Skip to content

Commit

Permalink
Merge pull request #578 from accorvin/fix-pvc-name
Browse files Browse the repository at this point in the history
Fix PVC name
  • Loading branch information
accorvin authored Dec 5, 2023
2 parents 1c06bdb + e2310cf commit 3f49847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trino-partition-updater/base/tables-list-pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: tables-list-pvs
name: tables-list-pvc
spec:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit 3f49847

Please sign in to comment.