move unconfigurable template configs to the end

unconfigurable templates configurations (to enable or disable them on a single line)
moved to the end to help git rebase
This commit is contained in:
James Andariese 2023-04-26 19:31:08 -05:00
parent dcc8e49eb9
commit 2c2703316a

View File

@ -3,8 +3,6 @@ bootstrap:
repoURL: "https://set.to.your.fork/of/this"
targetRevision: "main"
secrets: {enabled: true}
sealed-secrets: {enabled: true}
haproxy-ingress:
enabled: false
values: |
@ -32,3 +30,6 @@ openebs:
enabled: false
values: |
# values.yaml for openebs here
secrets: {enabled: true}
sealed-secrets: {enabled: true}