Skip to content

Commit

Permalink
fix: issue where oidc proxy is configured on disabled ingresses (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Nov 8, 2024
1 parent 8ba95db commit cdea455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/templates/oidc_proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{{- with $values -}}
{{ $serviceScope := dict "Chart" $global.Chart "Release" $global.Release "Capabilities" $global.Capabilities "Values" .}}
{{- if .ingress.oidcProtected -}}
{{- if and .ingress.oidcProtected .ingress.enabled -}}
{{ range $i, $path := .ingress.paths }}
{{- if (eq $path.pathType "Exact") -}}
{{- $allOIDCProtectedServces = append
Expand Down

0 comments on commit cdea455

Please sign in to comment.