fix(argo-cd): Also add hostAliases to dex deployment (#941)
* feat: Add hostAliases to dex/deployment based on https://github.com/argoproj/argo-helm/pull/274 Signed-off-by: Sinhyeok <sinhyeok@gmail.com> * Bumped version number of argo-cd chart Signed-off-by: Sinhyeok <sinhyeok@gmail.com> * Beautify indentation Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Beautify indentation of existing implementation Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Update changelog Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: attar.sh <attar.sh@kakaobank.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
735f212f96
commit
263919a8a8
5 changed files with 15 additions and 11 deletions
|
|
@ -133,10 +133,10 @@ spec:
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
serviceAccountName: {{ template "argo-cd.controllerServiceAccountName" . }}
|
||||
{{- with .Values.global.hostAliases }}
|
||||
{{- with .Values.global.hostAliases }}
|
||||
hostAliases:
|
||||
{{ toYaml . | indent 6 }}
|
||||
{{- end }}
|
||||
{{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- emptyDir: {}
|
||||
name: argocd-home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue