Skip to content

Commit 724a049

Browse files
author
ddrp
committed
fix-falcon-talon-chart-pull-secret
1 parent 16e8828 commit 724a049

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

charts/falco-talon/templates/deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ spec:
2323
annotations:
2424
secret-checksum: {{ (lookup "v1" "Secret" .Release.Namespace (include "falco-talon.name" . | cat "-config")).data | toJson | sha256sum }}
2525
spec:
26+
{{- if .Values.imagePullSecrets }}
27+
imagePullSecrets:
28+
{{- range .Values.imagePullSecrets }}
29+
- name: {{ . }}
30+
{{- end }}
31+
{{- end }}
2632
serviceAccountName: {{ include "falco-talon.name" . }}
2733
{{- if .Values.priorityClassName }}
2834
priorityClassName: "{{ .Values.priorityClassName }}"

0 commit comments

Comments
 (0)