Skip to content

Commit 8cadb88

Browse files
author
Rohit Saini
committed
issue129: handle pullSecrets inside daemonset.yaml
Signed-off-by: Rohit Saini <[email protected]>
1 parent e8d6a7a commit 8cadb88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/core-dump-handler/templates/daemonset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ spec:
1111
labels:
1212
name: {{ .Values.daemonset.label }}
1313
spec:
14+
{{- with .Values.image.pullSecrets }}
15+
imagePullSecrets:
16+
{{- toYaml . | nindent 8 }}
17+
{{- end }}
1418
containers:
1519
- name: coredump-container
1620
image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}

0 commit comments

Comments
 (0)