Add imagePullSecrets to helm chart

parent 13f8c7e8
......@@ -78,6 +78,10 @@ spec:
{{- if .Values.vikingService.initContainers }}
initContainers:
{{- toYaml .Values.vikingService.initContainers | nindent 8 }}
{{- end }}
{{- if .Values.vikingService.imagePullSecrets }}
imagePullSecrets:
{{- toYaml .Values.vikingService.imagePullSecrets | nindent 8 }}
{{- end }}
containers:
- name: varnish
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment