bitnami / kube-libsonnet

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

remove deprecated annotation from pvc manifest #64

Closed bfarayev closed 2 years ago

bfarayev commented 3 years ago

Adding an annotation is deprecated and will no longer be available in the later version of K8s, hence it's better to remove it https://kubernetes.io/docs/concepts/storage/persistent-volumes/#class

storageClassName attribute is enough to set the name of the Storage Class, so this annotation is unnecessary

PS: force-push was for getting commits signed with my right GPG keys

bfarayev commented 3 years ago

can we merge this PR @jbianquetti-nami when you have a chance? :) thanks