valuesObject for readability
This commit is contained in:
parent
a07525b0cc
commit
b82f03d235
1 changed files with 7 additions and 7 deletions
|
|
@ -13,13 +13,13 @@ spec:
|
||||||
repoURL: https://charts.fossorial.io
|
repoURL: https://charts.fossorial.io
|
||||||
targetRevision: 1.10.1
|
targetRevision: 1.10.1
|
||||||
helm:
|
helm:
|
||||||
parameters:
|
valuesObject:
|
||||||
- name: newtInstances[0].name
|
newtInstances:
|
||||||
value: kubernetes
|
- name: kubernetes-dsl
|
||||||
- name: newtInstances[0].enabled
|
enabled: true
|
||||||
value: true
|
auth:
|
||||||
- name: newtInstances[0].auth.existingSecretName
|
existingSecretName:
|
||||||
value: newt-cred
|
newt-cred
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue