Skip to content

Commit 1677c8c

Browse files
authored
Helm chart disable debug (#81)
* Disable DEBUG in the helm chart * feat: typo in maelstro helmchart
1 parent f6fe88c commit 1677c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/maelstro-backend-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
{{- toYaml .Values.maelstro_backend.resources | nindent 12 }}
5252
env:
5353
- name: DEBUG
54-
value: False
54+
value: "False"
5555
- name: MAELSTRO_CONFIG
5656
value: "/etc/georchestra/maelstro/config.yaml"
5757
{{- include "maelstro.bootstrap_maelstro_database_envs" . | nindent 12 }}

0 commit comments

Comments
 (0)