From e2310cfcc2ff76eba111a84f9161d2f7e886cfa2 Mon Sep 17 00:00:00 2001 From: Alex Corvin Date: Tue, 5 Dec 2023 14:51:18 -0500 Subject: [PATCH] Fix PVC name --- trino-partition-updater/base/tables-list-pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trino-partition-updater/base/tables-list-pvc.yaml b/trino-partition-updater/base/tables-list-pvc.yaml index 81cb2683..78083a13 100644 --- a/trino-partition-updater/base/tables-list-pvc.yaml +++ b/trino-partition-updater/base/tables-list-pvc.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: tables-list-pvs + name: tables-list-pvc spec: accessModes: - ReadWriteOnce