From b82f03d235319352e26b9f85dc5cd09d6abec312 Mon Sep 17 00:00:00 2001 From: Martyn Date: Wed, 8 Apr 2026 17:54:57 +0200 Subject: [PATCH] valuesObject for readability --- app-of-apps/newt.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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