You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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`|`[]`|
| criticalAddon | If true, installs Stash operator as critical addon |`false`|
68
68
| logLevel | Log level for operator |`3`|
@@ -93,7 +93,7 @@ The following table lists the configurable parameters of the Stash chart and the
93
93
| monitoring.operator | Specify whether to monitor Stash operator |`false`|
94
94
| monitoring.prometheus.namespace | Specify the namespace where Prometheus server is running or will be deployed. |`""`|
95
95
| 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 |`[]`|
0 commit comments