feat: Add hostAliases to dex/deployment

based on https://github.com/argoproj/argo-helm/pull/274

Signed-off-by: Sinhyeok <sinhyeok@gmail.com>
This commit is contained in:
attar.sh 2021-09-27 17:26:10 +09:00 committed by Sinhyeok
parent 735f212f96
commit b2038b88ed

View file

@ -127,6 +127,10 @@ spec:
{{- end }}
{{- end }}
serviceAccountName: {{ template "argo-cd.dexServiceAccountName" . }}
{{- with .Values.global.hostAliases }}
hostAliases:
{{ toYaml . | indent 6 }}
{{- end }}
volumes:
- emptyDir: {}
name: tmp-dir