Skip to content

Commit

Permalink
fix: typo in pod's volume claimName
Browse files Browse the repository at this point in the history
Fixed a typo in the persistentVolumeClaim claimName of the PVC Pod example
  • Loading branch information
shteou authored Jan 6, 2022
1 parent cdf024a commit f4817d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/spec.volumes.persistentVolumeClaim/pod-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
volumes:
- name: volume-pvc
persistentVolumeClaim:
claimName: persitent-volume-claim
claimName: persistent-volume-claim

0 comments on commit f4817d5

Please sign in to comment.