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
|
||||
targetRevision: 1.10.1
|
||||
helm:
|
||||
parameters:
|
||||
- name: newtInstances[0].name
|
||||
value: kubernetes
|
||||
- name: newtInstances[0].enabled
|
||||
value: true
|
||||
- name: newtInstances[0].auth.existingSecretName
|
||||
value: newt-cred
|
||||
valuesObject:
|
||||
newtInstances:
|
||||
- name: kubernetes-dsl
|
||||
enabled: true
|
||||
auth:
|
||||
existingSecretName:
|
||||
newt-cred
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue