Skip to content

Commit

Permalink
K8SPG-585 - pg-db - add namespace to template
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed May 29, 2024
1 parent ca585ca commit 69f840f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pg-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pg-db
description: 'A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL'
type: application
version: 2.3.17
version: 2.3.18
appVersion: 2.3.1
home: https://docs.percona.com/percona-operator-for-postgresql/2.0/
maintainers:
Expand Down
1 change: 1 addition & 0 deletions charts/pg-db/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ metadata:
finalizers:
{{ .Values.finalizers | toYaml | indent 4 }}
name: {{ include "pg-database.fullname" . }}
namespace: {{ .Release.Namespace }}
spec:
crVersion: {{ .Values.crVersion }}
image: {{ include "pg-database.postgres-image" . }}
Expand Down

0 comments on commit 69f840f

Please sign in to comment.