Skip to content

Commit 672f37e

Browse files
committed
Show examples in chart readme
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 39f4ca1 commit 672f37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/stash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following table lists the configurable parameters of the Stash chart and the
6262
| cleaner.registry | Docker registry used to pull Webhook cleaner image | `appscode` |
6363
| cleaner.repository | Webhook cleaner container image | `kubectl` |
6464
| cleaner.tag | Webhook cleaner container image tag | `v1.16` |
65-
| imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace. | `[]` |
65+
| imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace. <br> Example: <br> `helm template charts/stash \` <br> `--set imagePullSecrets[0].name=sec0 \` <br> `--set imagePullSecrets[1].name=sec1` | `[]` |
6666
| imagePullPolicy | Container image pull policy | `IfNotPresent` |
6767
| criticalAddon | If true, installs Stash operator as critical addon | `false` |
6868
| logLevel | Log level for operator | `3` |
@@ -93,7 +93,7 @@ The following table lists the configurable parameters of the Stash chart and the
9393
| monitoring.operator | Specify whether to monitor Stash operator | `false` |
9494
| monitoring.prometheus.namespace | Specify the namespace where Prometheus server is running or will be deployed. | `""` |
9595
| monitoring.serviceMonitor.labels | Specify the labels for ServiceMonitor. Prometheus crd will select ServiceMonitor using these labels. Only usable when monitoring agent is `prometheus.io/operator`. | `{}` |
96-
| additionalPodSecurityPolicies | Additional psp names passed to operator | `[]` |
96+
| additionalPodSecurityPolicies | Additional psp names passed to operator <br> Example: <br> `helm install appscode/stash \` <br> `--set additionalPodSecurityPolicies[0]=abc \` <br> `--set additionalPodSecurityPolicies[1]=xyz` | `[]` |
9797
| platform.openshift | Set true, if installed in OpenShift | `false` |
9898

9999

0 commit comments

Comments
 (0)