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:
parent
735f212f96
commit
b2038b88ed
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue