File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: Meet Plane. An open-source software development tool to manage issu
55
66type : application
77
8- version : 1.0.29
8+ version : 1.0.30
99appVersion : " 0.24.1"
1010
1111home : https://plane.so
Original file line number Diff line number Diff 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"
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 }}
4647
4748 {{- if .Values.ingress.appHost }}
4849 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
153154
154155 sentry_dsn : " "
155156 sentry_environment : " "
You can’t perform that action at this time.
0 commit comments