Add trusted domains to the nextcloud environment
This commit is contained in:
parent
4c9ec5a0bd
commit
9c56ac7063
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ spec:
|
|||
secretKeyRef:
|
||||
name: {{ tpl .Values.identifier . }}-postgres-config
|
||||
key: POSTGRES_DB
|
||||
- name: NEXTCLOUD_TRUSTED_DOMAINS
|
||||
value: "{{ tpl .Values.fqdn . }}"
|
||||
- name: NEXTCLOUD_ADMIN_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
Loading…
Reference in a new issue