Add trusted domains to the nextcloud environment

This commit is contained in:
Nico Schottelius 2021-07-30 20:14:40 +02:00
parent 4c9ec5a0bd
commit 9c56ac7063

View file

@ -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: