Skip to content

Commit 2d96563

Browse files
committed
fix #1916
1 parent 420b97c commit 2d96563

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/helm/clickhouse-operator/templates/hooks/crd-install-job.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ spec:
2424
spec:
2525
serviceAccountName: {{ include "altinity-clickhouse-operator.fullname" . }}-crd-install
2626
restartPolicy: OnFailure
27+
{{- with .Values.crdHook.imagePullSecrets }}
28+
imagePullSecrets:
29+
{{- toYaml . | nindent 8 }}
30+
{{- end }}
2731
{{- with .Values.crdHook.nodeSelector }}
2832
nodeSelector:
2933
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)