Skip to content

Commit

Permalink
correct namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Sep 13, 2023
1 parent 3c2bdaf commit d9762cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/root/templates/mysql/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
createDatabase: false
primary:
persistence:
existingClaim: pvc-mysql
existingClaim: mysql-pvc
syncPolicy:
automated:
prune: true
Expand Down
4 changes: 2 additions & 2 deletions charts/root/templates/mysql/pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc-mysql
namespace: prometheus
name: mysql-pvc
namespace: mysql
spec:
volumeMode: Filesystem
resources:
Expand Down

0 comments on commit d9762cc

Please sign in to comment.