diff --git a/app-of-apps/newt.yaml b/app-of-apps/newt.yaml index 585a722..2a61a3b 100644 --- a/app-of-apps/newt.yaml +++ b/app-of-apps/newt.yaml @@ -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