valuesObject for readability

This commit is contained in:
Martyn 2026-04-08 17:54:57 +02:00
parent a07525b0cc
commit b82f03d235

View file

@ -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