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:
parent
dcc8e49eb9
commit
2c2703316a
|
@ -3,8 +3,6 @@ bootstrap:
|
||||||
repoURL: "https://set.to.your.fork/of/this"
|
repoURL: "https://set.to.your.fork/of/this"
|
||||||
targetRevision: "main"
|
targetRevision: "main"
|
||||||
|
|
||||||
secrets: {enabled: true}
|
|
||||||
sealed-secrets: {enabled: true}
|
|
||||||
haproxy-ingress:
|
haproxy-ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
values: |
|
values: |
|
||||||
|
@ -32,3 +30,6 @@ openebs:
|
||||||
enabled: false
|
enabled: false
|
||||||
values: |
|
values: |
|
||||||
# values.yaml for openebs here
|
# values.yaml for openebs here
|
||||||
|
|
||||||
|
secrets: {enabled: true}
|
||||||
|
sealed-secrets: {enabled: true}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user