Skip to content

Commit f21f99d

Browse files
committed
fix changes
1 parent 28b85ef commit f21f99d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

charts/plane-ce/questions.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

charts/plane-ce/templates/config-secrets/app-env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ data:
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 }}"

charts/plane-ce/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ env:
150150
aws_s3_endpoint_url: ""
151151

152152
secret_key: "60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5"
153-
force_https: false
153+
force_https: ""
154154

155155
sentry_dsn: ""
156156
sentry_environment: ""

0 commit comments

Comments
 (0)