Removed default Persistence.StorageClass: generic (#530)

This is related to the changes done on the following commit:

https://github.com/kubernetes/charts/commit/a7fc595aa796664d5b6feb80a20f5c5ec25edb94

With the existing default generic StorageClass, we get errors when
testing though minikube ( didn't test on AWS or other cloud solutions )
This commit is contained in:
Laurent Crisci
2017-02-03 13:52:43 -08:00
committed by Lachlan Evenson
parent 25b475f761
commit c87494c104
+4 -1
View File
@@ -32,6 +32,9 @@ Agent:
Persistence:
Enabled: true
StorageClass: generic
## If defined, volume.beta.kubernetes.io/storage-class: <storageClass>
## Default: volume.alpha.kubernetes.io/storage-class: default
##
# storageClass:
AccessMode: ReadWriteOnce
Size: 8Gi