Skip to content

Commit

Permalink
fix: added namespace support to postgresql puppetserver
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Aug 8, 2024
1 parent 334bfb8 commit 86a3774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argocd-helm-charts/puppetserver/templates/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
{{ else }}
name: puppetserver-pgsql
{{ end }}
namespace: {{ .Release.Namespace }}
spec:
instances: {{ ((.Values.postgresql).instance) | default 1 }}
{{ if .Values.postgresql.recover }}
Expand Down

0 comments on commit 86a3774

Please sign in to comment.