Skip to content

Commit 8a628f2

Browse files
committed
avoid check (which will fail with ipv6)
1 parent de342c6 commit 8a628f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

charts/nextcloud/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ spec:
282282
- custom_apps/notify_push/bin/x86_64/notify_push
283283
args:
284284
- config/config.php
285+
env:
286+
- name: NEXTCLOUD_URL
287+
value: https://{{ .Values.nextcloud.host }}
285288
volumeMounts:
286289
- name: nextcloud-main
287290
mountPath: /var/www/html/custom_apps

0 commit comments

Comments
 (0)