nats: fix docs (#7068)

This commit is contained in:
Milad Irannejad
2018-08-27 20:41:44 -07:00
committed by k8s-ci-robot
parent 38a56f7839
commit c27546e36a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: nats
version: 0.0.6
version: 0.0.7
appVersion: 1.1.0
description: An open-source, cloud-native messaging system
keywords:
+2 -2
View File
@@ -69,13 +69,13 @@ The following table lists the configurable parameters of the NATS chart and thei
| `securityContext.enabled` | Enable security context | `true` |
| `securityContext.fsGroup` | Group ID for the container | `1001` |
| `securityContext.runAsUser` | User ID for the container | `1001` |
| `updateStrategy` | Replicaset Update strategy | `OnDelete` |
| `statefulset.updateStrategy` | Statefulsets Update strategy | `OnDelete` |
| `rollingUpdatePartition` | Partition for Rolling Update strategy | `nil` |
| `podLabels` | Additional labels to be added to pods | {} |
| `podAnnotations` | Annotations to be added to pods | {} |
| `nodeSelector` | Node labels for pod assignment | `nil` |
| `schedulerName` | Name of an alternate | `nil` |
| `antiAffinity` | Anti-affinity for pod assignment | {} |
| `antiAffinity` | Anti-affinity for pod assignment | `soft` |
| `tolerations` | Toleration labels for pod assignment | `nil` |
| `resources` | CPU/Memory resource requests/limits | {} |
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | `30` |