fix(argo-cd): Disable hostNetwork field when is set to false (#1934)
* fix(argo-cd): fix host network configuration Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com> * update changelog Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com> --------- Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com>
This commit is contained in:
parent
d959c79775
commit
d34a376568
4 changed files with 9 additions and 3 deletions
|
|
@ -312,7 +312,9 @@ spec:
|
|||
path: tls.key
|
||||
- key: ca.crt
|
||||
path: ca.crt
|
||||
{{- if .Values.controller.hostNetwork }}
|
||||
hostNetwork: {{ .Values.controller.hostNetwork }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.dnsConfig }}
|
||||
dnsConfig:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue