fix typo in quassel readme (#4566)

This commit is contained in:
Chengfei Shang
2018-04-04 13:47:09 -07:00
committed by k8s-ci-robot
parent 5a3a8a2ea6
commit b1665eee16
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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 | `{}` |