From 9e9a587f67c6c2b3aaef3e536934e31bd27d997d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 15 Jan 2019 15:39:37 +0100 Subject: [PATCH] [stable/nats] Document the correct format for pullSecrets in README (#10649) Signed-off-by: Carlos Rodriguez Hernandez --- stable/nats/Chart.yaml | 2 +- stable/nats/README.md | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/stable/nats/Chart.yaml b/stable/nats/Chart.yaml index 52e01c44b2..3b186c0d09 100644 --- a/stable/nats/Chart.yaml +++ b/stable/nats/Chart.yaml @@ -1,5 +1,5 @@ name: nats -version: 2.0.2 +version: 2.0.3 appVersion: 1.3.0 description: An open-source, cloud-native messaging system keywords: diff --git a/stable/nats/README.md b/stable/nats/README.md index 71a225f732..6a056ce68a 100644 --- a/stable/nats/README.md +++ b/stable/nats/README.md @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the NATS chart and thei | `image.repository` | NATS Image name | `bitnami/nats` | | `image.tag` | NATS Image tag | `{VERSION}` | | `image.pullPolicy` | Image pull policy | `Always` | -| `image.pullSecrets` | Specify image pull secrets | `nil` | +| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `auth.enabled` | Switch to enable/disable client authentication | `true` | | `auth.user` | Client authentication user | `nats_cluster` | | `auth.password` | Client authentication password | `random alhpanumeric string (10)` | @@ -92,21 +92,21 @@ The following table lists the configurable parameters of the NATS chart and thei | `readinessProbe.timeoutSeconds` | When the probe times out | `5` | | `readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | `6` | | `readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed. | `1` | -| `client.service.type` | Kubernetes Service type (NATS client) | `ClusterIP` | -| `client.service.port` | NATS client port | `4222` | -| `client.service.nodePort` | Port to bind to for NodePort service type (NATS client) | `nil` | -| `client.service.annotations` | Annotations for NATS client service | {} | -| `client.service.loadBalancerIP` | loadBalancerIP if NATS client service type is `LoadBalancer` | `nil` | -| `cluster.service.type` | Kubernetes Service type (NATS cluster) | `ClusterIP` | -| `cluster.service.port` | NATS cluster port | `6222` | -| `cluster.service.nodePort` | Port to bind to for NodePort service type (NATS cluster) | `nil` | -| `cluster.service.annotations` | Annotations for NATS cluster service | {} | -| `cluster.service.loadBalancerIP` | loadBalancerIP if NATS cluster service type is `LoadBalancer` | `nil` | -| `monitoring.service.type` | Kubernetes Service type (NATS monitoring) | `ClusterIP` | -| `monitoring.service.port` | NATS monitoring port | `8222` | -| `monitoring.service.nodePort` | Port to bind to for NodePort service type (NATS monitoring) | `nil` | -| `monitoring.service.annotations` | Annotations for NATS monitoring service | {} | -| `monitoring.service.loadBalancerIP` | loadBalancerIP if NATS monitoring service type is `LoadBalancer` | `nil` | +| `client.service.type` | Kubernetes Service type (NATS client) | `ClusterIP` | +| `client.service.port` | NATS client port | `4222` | +| `client.service.nodePort` | Port to bind to for NodePort service type (NATS client) | `nil` | +| `client.service.annotations` | Annotations for NATS client service | {} | +| `client.service.loadBalancerIP` | loadBalancerIP if NATS client service type is `LoadBalancer` | `nil` | +| `cluster.service.type` | Kubernetes Service type (NATS cluster) | `ClusterIP` | +| `cluster.service.port` | NATS cluster port | `6222` | +| `cluster.service.nodePort` | Port to bind to for NodePort service type (NATS cluster) | `nil` | +| `cluster.service.annotations` | Annotations for NATS cluster service | {} | +| `cluster.service.loadBalancerIP` | loadBalancerIP if NATS cluster service type is `LoadBalancer` | `nil` | +| `monitoring.service.type` | Kubernetes Service type (NATS monitoring) | `ClusterIP` | +| `monitoring.service.port` | NATS monitoring port | `8222` | +| `monitoring.service.nodePort` | Port to bind to for NodePort service type (NATS monitoring) | `nil` | +| `monitoring.service.annotations` | Annotations for NATS monitoring service | {} | +| `monitoring.service.loadBalancerIP` | loadBalancerIP if NATS monitoring service type is `LoadBalancer` | `nil` | | `ingress.enabled` | Enable ingress controller resource | `false` | | `ingress.hosts[0].name` | Hostname for NATS monitoring | `nats.local` | | `ingress.hosts[0].path` | Path within the url structure | `/` | @@ -123,7 +123,7 @@ The following table lists the configurable parameters of the NATS chart and thei | `metrics.image.repository` | Prometheus metrics exporter image name | `synadia/prometheus-nats-exporter` | | `metrics.image.tag` | Prometheus metrics exporter image tag | `0.1.0` | | `metrics.image.pullPolicy` | Prometheus metrics image pull policy | `IfNotPresent` | -| `metrics.image.pullSecrets` | Prometheus metrics image pull secrets | `nil` | +| `metrics.image.pullSecrets` | Prometheus metrics image pull secrets | `[]` (does not add image pull secrets to deployed pods) | | `metrics.port` | Prometheus metrics exporter port | `7777` | | `metrics.podAnnotations` | Prometheus metrics exporter annotations | `prometheus.io/scrape: "true"`, `prometheus.io/port: "7777"` | | `metrics.resources` | Prometheus metrics exporter resource requests/limit | {} |