Skip to content

Commit

Permalink
Fix PVC name
Browse files Browse the repository at this point in the history
  • Loading branch information
accorvin committed Dec 5, 2023
1 parent 1c06bdb commit e2310cf
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 e2310cf

Please sign in to comment.