From 86f7ee61c0fc1bafc3fbd1b712bdc0e6d4c73c35 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Wed, 17 Jul 2019 15:11:09 +0200 Subject: [PATCH] Create and include local values override for nextcloud --- ansible/roles/setup/tasks/helmfiles.yml | 1 + helmfiles/helmfile.d/20-nextcloud.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/roles/setup/tasks/helmfiles.yml b/ansible/roles/setup/tasks/helmfiles.yml index 24ed7befb..71a131a66 100644 --- a/ansible/roles/setup/tasks/helmfiles.yml +++ b/ansible/roles/setup/tasks/helmfiles.yml @@ -76,6 +76,7 @@ with_items: - "nginx" - "prometheus" + - "nextcloud" - name: Check if there are failed helm deployments tags: diff --git a/helmfiles/helmfile.d/20-nextcloud.yaml b/helmfiles/helmfile.d/20-nextcloud.yaml index 47be97939..1ba9bb1bb 100644 --- a/helmfiles/helmfile.d/20-nextcloud.yaml +++ b/helmfiles/helmfile.d/20-nextcloud.yaml @@ -17,5 +17,6 @@ releases: chart: "../../repos/nextcloud/nextcloud-onlyoffice" values: - "../values/nextcloud.yaml.gotmpl" + - "/oas/config/values/apps/nextcloud.yaml.gotmpl" wait: true timeout: 600 -- GitLab