IBM / android-kubernetes-blockchain

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode. Refer to https://developer.ibm.com/patterns/category/blockchain/ for other blockchain code patterns.
Apache License 2.0
124 stars 71 forks source link

Modify PVC to use storageClassName #20

Closed AnthonyAmanse closed 5 years ago

AnthonyAmanse commented 5 years ago

This commit modifies the persistent volume claims to use storageClassName instead of the annotation. The use of annotation is still working but will be deprecated in future release of upstream Kubernetes.

Signed-off-by: AnthonyAmanse ghieamanse@gmail.com