We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e8828 commit 724a049Copy full SHA for 724a049
charts/falco-talon/templates/deployment.yaml
@@ -23,6 +23,12 @@ spec:
23
annotations:
24
secret-checksum: {{ (lookup "v1" "Secret" .Release.Namespace (include "falco-talon.name" . | cat "-config")).data | toJson | sha256sum }}
25
spec:
26
+ {{- if .Values.imagePullSecrets }}
27
+ imagePullSecrets:
28
+ {{- range .Values.imagePullSecrets }}
29
+ - name: {{ . }}
30
+ {{- end }}
31
32
serviceAccountName: {{ include "falco-talon.name" . }}
33
{{- if .Values.priorityClassName }}
34
priorityClassName: "{{ .Values.priorityClassName }}"
0 commit comments