Skip to content

Commit

Permalink
Merge pull request #244 from artemdanielyan/patch-1
Browse files Browse the repository at this point in the history
CLOUD-838 - Fix namespace assignment in pxc-db s3-secret.yaml
  • Loading branch information
tplavcic authored Jan 31, 2024
2 parents 437aef9 + 4d22649 commit 77c0023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pxc-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.13.0
description: A Helm chart for installing Percona XtraDB Cluster Databases using the PXC Operator.
name: pxc-db
home: https://www.percona.com/doc/kubernetes-operator-for-pxc/kubernetes.html
version: 1.13.4
version: 1.13.5
maintainers:
- name: tplavcic
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/pxc-db/templates/s3-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ include "pxc-database.fullname" $ }}-s3-{{ $key }}
namespace: {{ .Release.Namespace }}
namespace: {{ $.Release.Namespace }}
labels:
{{ include "pxc-database.labels" $ | indent 4 }}
type: Opaque
Expand Down

0 comments on commit 77c0023

Please sign in to comment.