Skip to content
Snippets Groups Projects
Commit e834b3aa authored by Mark's avatar Mark
Browse files

Merge branch '250-allow-local-overrides-to-nextcloud-values' into 'master'

Resolve "Allow local overrides to nextcloud values"

Closes #250

See merge request openappstack/openappstack!50
parents a399719f 86f7ee61
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
with_items: with_items:
- "nginx" - "nginx"
- "prometheus" - "prometheus"
- "nextcloud"
- name: Check if there are failed helm deployments - name: Check if there are failed helm deployments
tags: tags:
......
...@@ -17,5 +17,6 @@ releases: ...@@ -17,5 +17,6 @@ releases:
chart: "../../repos/nextcloud/nextcloud-onlyoffice" chart: "../../repos/nextcloud/nextcloud-onlyoffice"
values: values:
- "../values/nextcloud.yaml.gotmpl" - "../values/nextcloud.yaml.gotmpl"
- "/oas/config/values/apps/nextcloud.yaml.gotmpl"
wait: true wait: true
timeout: 600 timeout: 600
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment