Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(argo-cd): invalid reference to ingress in gateway route
Signed-off-by: Tristan Duverger <[email protected]>
  • Loading branch information
tduverge authored and Tristan Duverger committed Oct 4, 2024
commit 4d06899e48024aaab374b0fbf57b8b18ebdcbafb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
{{- toYaml . | nindent 4 }}
{{- end }}
rules:
{{- with .Values.server.ingress.extraRules }}
{{- with .Values.server.gateway.httpRoute.extraRules }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
- matches:
Expand Down