We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d96563 commit 8495379Copy full SHA for 8495379
deploy/helm/clickhouse-operator/values.yaml
@@ -18,6 +18,10 @@ crdHook:
18
tag: "latest"
19
# crdHook.image.pullPolicy -- image pull policy for CRD installation job
20
pullPolicy: IfNotPresent
21
+ # crdHook.imagePullSecrets -- image pull secrets for CRD installation job
22
+ # possible value format `[{"name":"your-secret-name"}]`,
23
+ # check `kubectl explain pod.spec.imagePullSecrets` for details
24
+ imagePullSecrets: []
25
# crdHook.resources -- resource limits and requests for CRD installation job
26
resources: {}
27
# limits:
0 commit comments