File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,7 @@ questions:
216216 default : " 60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5"
217217 - variable : env.force_https
218218 label : " Force HTTPS"
219- type : boolean
220- default : false
221-
219+ type : int
222220- variable : worker.replicas
223221 label : " Default Replica Count"
224222 type : int
Original file line number Diff line number Diff line change 4343 DEBUG : " 0"
4444 DOCKERIZED : " 1"
4545 GUNICORN_WORKERS : " 1"
46- FORCE_HTTPS : {{ .Values.env.force_https | default false | ternary "1" "0 " | quote }}
46+ FORCE_HTTPS : {{ .Values.env.force_https | default " " | quote }}
4747
4848 {{- if .Values.ingress.appHost }}
4949 WEB_URL : " http://{{ .Values.ingress.appHost }}"
Original file line number Diff line number Diff line change 150150 aws_s3_endpoint_url : " "
151151
152152 secret_key : " 60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5"
153- force_https : false
153+ force_https : " "
154154
155155 sentry_dsn : " "
156156 sentry_environment : " "
You can’t perform that action at this time.
0 commit comments