Add initContainers to help chart

parent ea98eeee
......@@ -74,6 +74,10 @@ spec:
{{- if .Values.vikingService.podSecurityContext }}
securityContext:
{{- toYaml .Values.vikingService.podSecurityContext | nindent 8 }}
{{- end }}
{{- if .Values.vikingService.initContainers }}
initContainers:
{{- toYaml .Values.vikingService.initContainers | 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