Skip to content

Commit 8495379

Browse files
committed
fix #1916
1 parent 2d96563 commit 8495379

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/helm/clickhouse-operator/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ crdHook:
1818
tag: "latest"
1919
# crdHook.image.pullPolicy -- image pull policy for CRD installation job
2020
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: []
2125
# crdHook.resources -- resource limits and requests for CRD installation job
2226
resources: {}
2327
# limits:

0 commit comments

Comments
 (0)