Remove git repo logic; Debug ova templates
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -3,11 +3,11 @@ platform:
|
||||
k3s:
|
||||
version: v1.26.2+k3s1
|
||||
|
||||
gitops:
|
||||
repository:
|
||||
uri: https://code.spamasaurus.com/djpbessems/GitOps.MetaCluster.git
|
||||
# revision: v0.1.0
|
||||
revision: HEAD
|
||||
# gitops:
|
||||
# repository:
|
||||
# uri: https://code.spamasaurus.com/djpbessems/GitOps.MetaCluster.git
|
||||
# # revision: v0.1.0
|
||||
# revision: HEAD
|
||||
|
||||
packaged_components:
|
||||
- name: traefik
|
||||
@ -216,7 +216,7 @@ components:
|
||||
|
||||
longhorn:
|
||||
helm:
|
||||
version: 1.4.0
|
||||
version: 1.4.1
|
||||
chart: longhorn/longhorn
|
||||
parse_logic: cat values.yaml | yq eval '.. | select(has("repository")) | .repository + ":" + .tag'
|
||||
chart_values: !unsafe |
|
||||
|
15
ansible/vars/workloadcluster.yml
Normal file
15
ansible/vars/workloadcluster.yml
Normal file
@ -0,0 +1,15 @@
|
||||
downstream:
|
||||
|
||||
helm_repositories:
|
||||
- name: longhorn
|
||||
url: https://charts.longhorn.io
|
||||
|
||||
helm_charts:
|
||||
|
||||
longhorn:
|
||||
version: 1.4.1
|
||||
chart: longhorn/longhorn
|
||||
parse_logic: cat values.yaml | yq eval '.. | select(has("repository")) | .repository + ":" + .tag'
|
||||
chart_values: !unsafe |
|
||||
defaultSettings:
|
||||
defaultDataPath: /mnt/blockstorage
|
Reference in New Issue
Block a user