feat(argo-cd): Add hostAliases to ApplicationSet Deployment (#1737)
Signed-off-by: Boris Gershanik <borbor154@gmail.com> Signed-off-by: Boris Gershanik <boris@viber.com>
This commit is contained in:
parent
2204f028b9
commit
fbc8cb263c
2 changed files with 6 additions and 2 deletions
|
|
@ -40,6 +40,10 @@ spec:
|
|||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
serviceAccountName: {{ include "argo-cd.applicationSetServiceAccountName" . }}
|
||||
{{- with .Values.global.hostAliases }}
|
||||
hostAliases:
|
||||
{{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: {{ .Values.applicationSet.name }}
|
||||
image: {{ default .Values.global.image.repository .Values.applicationSet.image.repository }}:{{ default (include "argo-cd.defaultTag" .) .Values.applicationSet.image.tag }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue