Add initContainers to help chart

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