Skip to content

Commit f4817d5

Browse files
authored
fix: typo in pod's volume claimName
Fixed a typo in the persistentVolumeClaim claimName of the PVC Pod example
1 parent cdf024a commit f4817d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pod/spec.volumes.persistentVolumeClaim/pod-pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ spec:
1313
volumes:
1414
- name: volume-pvc
1515
persistentVolumeClaim:
16-
claimName: persitent-volume-claim
16+
claimName: persistent-volume-claim

0 commit comments

Comments
 (0)