Skip to content
Snippets Groups Projects
Verified Commit 00dacb95 authored by Arie Peterson's avatar Arie Peterson
Browse files

Update enabled_applications to match renamings and additions

parent 4b953d86
No related branches found
No related tags found
No related merge requests found
......@@ -86,14 +86,3 @@ local_flux: false
flux_source:
repo: "https://open.greenhost.net/openappstack/openappstack"
branch: "master"
# A whitelist of applications that will be enabled.
enabled_applications:
- 'cert-manager'
- 'ingress'
- 'local-storage'
- 'monitoring'
- 'nextcloud'
- 'rocketchat'
- 'single-sign-on'
- 'wordpress'
......@@ -13,6 +13,21 @@ release_name: "test"
# Important: Don't quote this variable !
acme_staging: false
# A whitelist of applications that will be enabled.
enabled_applications:
# System components, necessary for the system to function.
- 'cert-manager'
- 'ingress'
- 'local-storage'
- 'single-sign-on'
# Applications.
- 'grafana'
- 'loki-stack'
- 'nextcloud'
- 'prometheus'
- 'rocketchat'
- 'wordpress'
# Optional, custom rke config.
# I.e. you can set the desired Kubernetes version but please be aware of
# the [every rke release has only a few supported kubernetes versions](https://rancher.com/docs/rke/latest/en/config-options/#kubernetes-version).
......
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