Change example PersistentVolumeClaim

If a default storage class exists, it is going to create a new persistent volume to bind to that claim instead of using our example one, which will make the tutorial fail. In particular, this happens on minikube.

Specifying an empty storageClassName will prevent the storage class to be used, and force our volume to be selected.
This commit is contained in:
Remi Rampin
2017-05-08 10:13:32 -04:00
committed by Andrew Chen
parent 4edbe7449d
commit 1984b52e7a
@@ -9,3 +9,4 @@ spec:
resources:
requests:
storage: 3Gi
storageClassName: ""