Skip to content

Commit

Permalink
lets not run r10k as sidecar, to avoid multiple container for it
Browse files Browse the repository at this point in the history
and fixed the r10k spec issue, entered in the wrong place
  • Loading branch information
ashish1099 committed Aug 9, 2024
1 parent 967e92d commit f8f2350
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions argocd-helm-charts/puppetserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8f2350

Please sign in to comment.