File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ maintainers:
10
10
11
11
url : https://opencloud.eu
12
12
type : application
13
- version : 0.1.2
13
+ version : 0.1.3
14
14
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
15
15
appVersion : latest
16
16
kubeVersion : " "
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ spec:
157
157
value : " {{ .Values.opencloud.insecure }}"
158
158
# Basic auth (only needed when not using Keycloak)
159
159
- name : PROXY_ENABLE_BASIC_AUTH
160
- value : {{ if .Values.keycloak.enabled }}"false"{{ else }}"true"{{ end }}
160
+ value : {{ tpl (toString .Values.opencloud.enableBasicAuth) . | quote }}
161
161
# These vars are needed to the csp config file to include the web office apps and the importer
162
162
- name : ONLYOFFICE_DOMAIN
163
163
value : " {{ .Values.global.domain.onlyoffice }}"
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ opencloud:
376
376
# Insecure mode (for self-signed certificates)
377
377
insecure : true
378
378
# Enable basic auth (set to false to use Keycloak only)
379
- enableBasicAuth : false
379
+ enableBasicAuth : " {{ not .Values.keycloak.enabled }} "
380
380
# Admin password
381
381
adminPassword : admin
382
382
# Create demo users
You can’t perform that action at this time.
0 commit comments