Skip to content

Commit 6576bc7

Browse files
authored
fix - disable basic auth
this needs to be a string, helm error message: Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal bool into Go struct field EnvVar.spec.template.spec.containers.env.value of type string
1 parent 8c61394 commit 6576bc7

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)