fix(argo-cd): invalid reference to ingress in gateway route
Signed-off-by: Tristan Duverger <tristan.duverger@gmail.com>
This commit is contained in:
parent
281e031287
commit
4d06899e48
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ spec:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
rules:
|
rules:
|
||||||
{{- with .Values.server.ingress.extraRules }}
|
{{- with .Values.server.gateway.httpRoute.extraRules }}
|
||||||
{{- tpl (toYaml .) $ | nindent 4 }}
|
{{- tpl (toYaml .) $ | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- matches:
|
- matches:
|
||||||
|
|
Loading…
Reference in a new issue