Skip to content

Commit

Permalink
fix(chart): actually use debug value from configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed May 6, 2024
1 parent 9834c23 commit cea02e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/outdated/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
DATABASE_NAME: {{ .Values.postgresql.auth.database }}
DATABASE_USER: {{ .Values.postgresql.auth.username }}
{{- end }}
DEBUG: "false"
DEBUG: {{ .Values.django.debug | quote }}
OIDC_OP_BASE_ENDPOINT: {{ cat .Values.oidc.host "/realms/" .Values.oidc.realm "/protocol/openid-connect" | replace " " "" | quote }}
OIDC_CLIENT_ID: {{ .Values.oidc.clientId | quote }}
OIDC_GROUPS_CLAIM: "groups"
Expand Down

0 comments on commit cea02e7

Please sign in to comment.