From f8f2350138f2c3135277b47c71675310312b53fa Mon Sep 17 00:00:00 2001 From: Ashish Jaiswal Date: Fri, 9 Aug 2024 16:15:28 +0530 Subject: [PATCH] lets not run r10k as sidecar, to avoid multiple container for it and fixed the r10k spec issue, entered in the wrong place --- argocd-helm-charts/puppetserver/values.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/argocd-helm-charts/puppetserver/values.yaml b/argocd-helm-charts/puppetserver/values.yaml index 323226e82..ab9dbf315 100644 --- a/argocd-helm-charts/puppetserver/values.yaml +++ b/argocd-helm-charts/puppetserver/values.yaml @@ -9,8 +9,11 @@ puppetserver: enabled: true r10k: - viaSsh: - existingSecret: puppet-git-secret + asSidecar: false + code: + viaHttps: + credentials: + existingSecret: puppet-git-secret postgresql: enabled: false