Skip to content

Commit 6b4a435

Browse files
authored
Merge pull request opencloud-eu#87 from J-Ha/patch-1
fix - remove basic auth
2 parents 8c61394 + 6576bc7 commit 6b4a435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/opencloud/templates/opencloud/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ spec:
162162
value: {{ tpl (toString .Values.opencloud.insecure) . | quote }}
163163
# Basic auth (only needed when not using Keycloak)
164164
- name: PROXY_ENABLE_BASIC_AUTH
165-
value: false
165+
value: "false"
166166
# These vars are needed to the csp config file to include the web office apps and the importer
167167
- name: ONLYOFFICE_DOMAIN
168168
value: "{{ .Values.global.domain.onlyoffice }}"

0 commit comments

Comments
 (0)