Skip to content

Commit

Permalink
Fix configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Mar 29, 2019
1 parent 1feb1c3 commit c6504e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: {{ include "project-novis.fullname" . }}
data:
DJANGO_DEBUG: false
DJANGO_DEBUG: "false"
DJANGO_PRODUCTION: {{ .Values.django.production | quote }}
DJANGO_SENTRY_ENVIRONMENT: {{ .Values.application.track | quote }}
{{- if .Values.ingress.enabled -}}
Expand Down

0 comments on commit c6504e2

Please sign in to comment.