Added debug option

This commit is contained in:
Pünkösd Marcell 2021-04-26 00:18:58 +02:00
parent d0d432312f
commit 6d785dc385
3 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ type: application
# 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.
version: 0.1.1
version: 0.1.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.

View File

@ -56,3 +56,4 @@ data:
DRY_RUN: "{{ .Values.singleURSimControl.dry_run }}"
REDIS_URL: "redis://controller-redis/0"
SENTRY_DSN: "{{ .Values.singleURSimControl.sentry_dsn }}"
DEBUG: "{{ .Values.singleURSimControl.debug }}"

View File

@ -8,3 +8,4 @@ programService:
singleURSimControl:
sentry_dsn: ""
dry_run: "True"
debug: "False"