From d9762ccfca57578379346b6e34de9d8530fb14c8 Mon Sep 17 00:00:00 2001 From: bhuism Date: Wed, 13 Sep 2023 22:08:49 +0200 Subject: [PATCH] correct namespace --- charts/root/templates/mysql/app.yaml | 2 +- charts/root/templates/mysql/pvc.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: