Merge pull request #6547 from lichuqiang/mistake

Fix mistake in dynamic-provisioning
This commit is contained in:
Jennifer Rondeau
2017-12-22 13:23:29 -08:00
committed by GitHub
@@ -116,7 +116,7 @@ When a default `StorageClass` exists in a cluster and a user creates a
`storageClassName` field pointing to the default storage class.
Note that there can be at most one *default* storage class on a cluster, or
a `PersistentVolumeClaim` with `storageClassName` explicitly specified cannot
a `PersistentVolumeClaim` without `storageClassName` explicitly specified cannot
be created.
{% endcapture %}