We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c119d0 commit 93538deCopy full SHA for 93538de
2 files changed
infra/helm/qmra/dev.values.yaml
@@ -6,7 +6,7 @@ namespace: qmra
6
domain: dev.qmra.org
7
monitoring_domain: dev2.qmra.org
8
replicaCount: 1
9
-debug: true
+debug: "true"
10
11
app_secret_key:
12
secret_name: qmra-secret-key-secret
infra/helm/qmra/prod.values.yaml
domain: qmra.org
monitoring_domain: monitoring.qmra.org
-debug: false
+debug: "false"
0 commit comments