bitnami / kube-libsonnet

Bitnami's jsonnet library for building Kubernetes manifests
https://bitnami.com
Apache License 2.0
174 stars 50 forks source link

Wrong PersistentVolumeClaim spec #25

Closed irizzant closed 5 years ago

irizzant commented 5 years ago

The PersistentVolumeClaim spec here is wrong for kubernetes 1.15 because it lacks the storageClassName field.

In order to allow the mapping with a statically provided PersistentVolume the storageClassName, if present, must be included in the spec as reported in the API reference.

I also created a PR