From 8ab29acc20a91e01357232284686b8dd442afd28 Mon Sep 17 00:00:00 2001 From: Hugo Renard <hugo.renard@protonmail.com> Date: Tue, 13 Dec 2022 12:31:25 +0100 Subject: [PATCH] feat: nc refresh config on update --- nextcloud/other-manifests/update-job.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud/other-manifests/update-job.yml b/nextcloud/other-manifests/update-job.yml index 439260c..671f88b 100644 --- a/nextcloud/other-manifests/update-job.yml +++ b/nextcloud/other-manifests/update-job.yml @@ -15,6 +15,7 @@ spec: /usr/local/bin/php occ status; /usr/local/bin/php occ upgrade; /usr/local/bin/php occ db:add-missing-indices; + /refresh_config.sh; env: - name: INSTALLED value: "true" -- GitLab