Skip to content

Commit

Permalink
fix for shadowing template bug
Browse files Browse the repository at this point in the history
The options key isn't permitted to be a null object, so only include it at all
if shadowing is enabled.
  • Loading branch information
ewollesen committed Oct 7, 2024
1 parent 2c46161 commit ddfe3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tidepool/charts/clinic/templates/4-routetable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ spec:
- POST
- PUT
prefix: /v1/clinics
options:
{{ if not .Values.global.glooingress.jwt.disabled }}
options:
jwt:
disable: false
{{- end }}
Expand Down

0 comments on commit ddfe3fc

Please sign in to comment.