Update ingress.yaml
Signed-off-by: gyajangi1 <Sandeep.Gyajangi@ge.com>
This commit is contained in:
parent
7a6635d973
commit
65ba262196
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ metadata:
|
|||
labels:
|
||||
{{- include "argo-cd.labels" (dict "context" . "component" .Values.server.name "name" .Values.server.name) | nindent 4 }}
|
||||
{{- with .Values.server.ingress.labels }}
|
||||
{{- tpl (toYaml .) . | nindent 4 }}
|
||||
{{- tpl (toYaml .) $ | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.server.ingress.annotations }}
|
||||
annotations:
|
||||
|
|
Loading…
Reference in a new issue