From c27546e36aea9c62107c2e58bef4449779a4e286 Mon Sep 17 00:00:00 2001 From: Milad Irannejad Date: Mon, 27 Aug 2018 23:41:44 -0400 Subject: [PATCH] nats: fix docs (#7068) --- stable/nats/Chart.yaml | 2 +- stable/nats/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/nats/Chart.yaml b/stable/nats/Chart.yaml index 466d620271..49d8148b9b 100644 --- a/stable/nats/Chart.yaml +++ b/stable/nats/Chart.yaml @@ -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: diff --git a/stable/nats/README.md b/stable/nats/README.md index e3cfadf422..b1155f0feb 100644 --- a/stable/nats/README.md +++ b/stable/nats/README.md @@ -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` |