From 1db1d2008a9db10efc03a7b6f4a55099a7979658 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 19 Nov 2022 09:16:14 -0600 Subject: [PATCH] test --- uptimekuma/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptimekuma/templates/deployment.yaml b/uptimekuma/templates/deployment.yaml index 0b047fb..c1ab954 100644 --- a/uptimekuma/templates/deployment.yaml +++ b/uptimekuma/templates/deployment.yaml @@ -39,4 +39,4 @@ spec: volumes: - name: storage persistentVolumeClaim: - claimName: storage \ No newline at end of file + claimName: uptimekuma-pvc \ No newline at end of file