diff --git a/charts/root/templates/mysql/app.yaml b/charts/root/templates/mysql/app.yaml index 03c623ae..1d3676d6 100644 --- a/charts/root/templates/mysql/app.yaml +++ b/charts/root/templates/mysql/app.yaml @@ -22,7 +22,7 @@ spec: createDatabase: false primary: persistence: - existingClaim: pvc-mysql + existingClaim: mysql-pvc syncPolicy: automated: prune: true diff --git a/charts/root/templates/mysql/pvc.yaml b/charts/root/templates/mysql/pvc.yaml index ecee6ba5..14c744ae 100644 --- a/charts/root/templates/mysql/pvc.yaml +++ b/charts/root/templates/mysql/pvc.yaml @@ -1,8 +1,8 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: pvc-mysql - namespace: prometheus + name: mysql-pvc + namespace: mysql spec: volumeMode: Filesystem resources: