Skip to content

Commit 130216f

Browse files
committed
add env FORCE_HTTPS
1 parent bc21ea3 commit 130216f

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

charts/plane-ce/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Meet Plane. An open-source software development tool to manage issu
55

66
type: application
77

8-
version: 1.0.29
8+
version: 1.0.30
99
appVersion: "0.24.1"
1010

1111
home: https://plane.so

charts/plane-ce/questions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ questions:
214214
type: string
215215
required: true
216216
default: "60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5"
217+
- variable: env.force_https
218+
label: "Force HTTPS"
219+
type: boolean
220+
default: false
217221

218222
- variable: worker.replicas
219223
label: "Default Replica Count"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +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 }}
4647

4748
{{- if .Values.ingress.appHost }}
4849
WEB_URL: "http://{{ .Values.ingress.appHost }}"

charts/plane-ce/values.yaml

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

152152
secret_key: "60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5"
153+
force_https: false
153154

154155
sentry_dsn: ""
155156
sentry_environment: ""

0 commit comments

Comments
 (0)