feat(argo-cd): Configurable dnsPolicy / hostNetwork (#1821)
This commit is contained in:
parent
5687377d8f
commit
05c79e322a
6 changed files with 33 additions and 3 deletions
|
|
@ -312,3 +312,5 @@ spec:
|
|||
{{- with .Values.controller.priorityClassName }}
|
||||
priorityClassName: {{ . }}
|
||||
{{- end }}
|
||||
hostNetwork: {{ .Values.controller.hostNetwork }}
|
||||
dnsPolicy: {{ .Values.controller.dnsPolicy }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue