Added debug option
This commit is contained in:
parent
d0d432312f
commit
6d785dc385
@ -14,7 +14,7 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
|
@ -56,3 +56,4 @@ data:
|
|||||||
DRY_RUN: "{{ .Values.singleURSimControl.dry_run }}"
|
DRY_RUN: "{{ .Values.singleURSimControl.dry_run }}"
|
||||||
REDIS_URL: "redis://controller-redis/0"
|
REDIS_URL: "redis://controller-redis/0"
|
||||||
SENTRY_DSN: "{{ .Values.singleURSimControl.sentry_dsn }}"
|
SENTRY_DSN: "{{ .Values.singleURSimControl.sentry_dsn }}"
|
||||||
|
DEBUG: "{{ .Values.singleURSimControl.debug }}"
|
||||||
|
@ -8,3 +8,4 @@ programService:
|
|||||||
singleURSimControl:
|
singleURSimControl:
|
||||||
sentry_dsn: ""
|
sentry_dsn: ""
|
||||||
dry_run: "True"
|
dry_run: "True"
|
||||||
|
debug: "False"
|
||||||
|
Loading…
Reference in New Issue
Block a user