File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ This will prepend `my-registry.com/` to all image references in the chart. For e
248
248
| ` opencloud.logColor ` | Enable log color | ` false ` |
249
249
| ` opencloud.logPretty ` | Enable pretty logging | ` false ` |
250
250
| ` opencloud.insecure ` | Insecure mode (for self-signed certificates) | ` true ` |
251
- | ` opencloud.enableBasicAuth ` | Enable basic auth | ` false ` |
252
251
| ` opencloud.adminPassword ` | Admin password | ` admin ` |
253
252
| ` opencloud.createDemoUsers ` | Create demo users | ` false ` |
254
253
| ` opencloud.resources ` | CPU/Memory resource requests/limits | ` {} ` |
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ spec:
162
162
value : {{ tpl (toString .Values.opencloud.insecure) . | quote }}
163
163
# Basic auth (only needed when not using Keycloak)
164
164
- name : PROXY_ENABLE_BASIC_AUTH
165
- value : {{ tpl (toString .Values.opencloud.enableBasicAuth) . | quote }}
165
+ value : false
166
166
# These vars are needed to the csp config file to include the web office apps and the importer
167
167
- name : ONLYOFFICE_DOMAIN
168
168
value : " {{ .Values.global.domain.onlyoffice }}"
Original file line number Diff line number Diff line change @@ -434,8 +434,6 @@ opencloud:
434
434
logPretty : false
435
435
# Insecure mode (for self-signed certificates)
436
436
insecure : true
437
- # Enable basic auth (set to false to use Keycloak only)
438
- enableBasicAuth : " {{ not .Values.keycloak.enabled }}"
439
437
# Admin password
440
438
adminPassword : admin
441
439
# Create demo users
You can’t perform that action at this time.
0 commit comments