Skip to content

Commit

Permalink
service not dot
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath committed Oct 23, 2024
1 parent 579d897 commit d72af02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d72af02

Please sign in to comment.