Skip to content

Commit

Permalink
fix: fixed the env and secret name as per new object name for puppets…
Browse files Browse the repository at this point in the history
…erver
  • Loading branch information
ashish1099 committed Aug 8, 2024
1 parent 86a3774 commit 2e5db42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argocd-helm-charts/puppetserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ puppetserver:
image: ghcr.io/voxpupuli/container-puppetdb
tag: 7.14.0
extraEnv:
PUPPETDB_POSTGRES_HOSTNAME: puppet-pgsql-rw
PUPPETDB_POSTGRES_HOSTNAME: puppetserver-pgsql-rw

puppetboard:
enabled: true
Expand All @@ -39,7 +39,7 @@ puppetserver:
global:
postgresql:
auth:
existingSecret: puppet-pgsql-app
existingSecret: puppetserver-pgsql-app
secretKeys:
usernameKey: username
userPasswordKey: password
Expand Down

0 comments on commit 2e5db42

Please sign in to comment.