diff --git a/stack/templates/ingress.yaml b/stack/templates/ingress.yaml index bb1314e..3036189 100644 --- a/stack/templates/ingress.yaml +++ b/stack/templates/ingress.yaml @@ -67,7 +67,7 @@ spec: {{- if $service.Values.ingress.oidcProtected }} name: {{ include "oidcProxy.name" $service }} port: - number: {{ include "oidcProxy.port" . }} + number: {{ include "oidcProxy.port" $service }} {{- else }} name: {{ $fullName }} port: