helm chart: allow to add more container via values

parent 73b72b41
......@@ -204,6 +204,9 @@ spec:
readOnlyRootFilesystem: true
resources:
{{- toYaml .Values.vikingService.haproxy.resources | nindent 12 }}
{{- if .Values.vikingService.containers }}
{{- toYaml .Values.vikingService.containers | nindent 8 }}
{{- end }}
hostNetwork: {{ .Values.vikingService.hostNetwork }}
{{- if .Values.vikingService.nodeSelector }}
nodeSelector:
......
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