mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix typo in quassel readme (#4566)
This commit is contained in:
committed by
k8s-ci-robot
parent
5a3a8a2ea6
commit
b1665eee16
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.12.4
|
||||
description: Quassel IRC is a modern, cross-platform, distributed IRC client.
|
||||
name: quassel
|
||||
version: 0.2.6
|
||||
version: 0.2.7
|
||||
icon: https://avatars3.githubusercontent.com/u/2965670
|
||||
home: https://quassel-irc.org/
|
||||
maintainers:
|
||||
|
||||
@@ -60,7 +60,7 @@ their default values.
|
||||
| `persistence.existingClaim` | Name of an existing PVC to use for config | `nil` |
|
||||
| `persistence.accessMode` | PVC Access Mode for config volume | `ReadWriteOnce` |
|
||||
| `persistence.size` | PVC Storage Request for config volume | `1Gi` |
|
||||
| `resources` | Resoure limits for Quassel pod | `{}` |
|
||||
| `resources` | Resource limits for Quassel pod | `{}` |
|
||||
| `nodeSelector` | Map of node labels for pod assignment | `{}` |
|
||||
| `tolerations` | List of node taints to tolerate | `[]` |
|
||||
| `affinity` | Map of node/pod affinities | `{}` |
|
||||
|
||||
Reference in New Issue
Block a user