mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Lachlan Evenson
parent
25b475f761
commit
c87494c104
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user