We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420b97c commit 2d96563Copy full SHA for 2d96563
deploy/helm/clickhouse-operator/templates/hooks/crd-install-job.yaml
@@ -24,6 +24,10 @@ spec:
24
spec:
25
serviceAccountName: {{ include "altinity-clickhouse-operator.fullname" . }}-crd-install
26
restartPolicy: OnFailure
27
+ {{- with .Values.crdHook.imagePullSecrets }}
28
+ imagePullSecrets:
29
+ {{- toYaml . | nindent 8 }}
30
+ {{- end }}
31
{{- with .Values.crdHook.nodeSelector }}
32
nodeSelector:
33
{{- toYaml . | nindent 8 }}
0 commit comments