Skip to content

Commit

Permalink
renaming inode pvc example
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFarley committed Oct 17, 2023
1 parent 355629d commit 8276703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/simple-pod-with-pvc-inode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: test-claim1
name: test-claim-inode1
spec:
accessModes:
- ReadWriteOnce
Expand All @@ -19,7 +19,7 @@ spec:
apiVersion: v1
kind: Pod
metadata:
name: test-claim1
name: test-claim-inode1
spec:
containers:
- name: write
Expand All @@ -35,5 +35,5 @@ spec:
volumes:
- name: test-volume
persistentVolumeClaim:
claimName: test-claim1
claimName: test-claim-inode1
restartPolicy: Never

0 comments on commit 8276703

Please sign in to comment.