Skip to content

Commit

Permalink
Fix typo for PersistentVolume
Browse files Browse the repository at this point in the history
  • Loading branch information
denverdino authored Jun 21, 2020
1 parent 197ecde commit 9e071fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagrams/k8s/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Vol(_Storage):

# Aliases

PersistnetVolume = PV
PersistentVolume = PV
PersistentVolumeClaim = PVC
StorageClass = SC
Volume = Vol

0 comments on commit 9e071fe

Please sign in to comment.