apache / couchdb-helm

Apache CouchDB Helm Chart
https://couchdb.apache.org/
Apache License 2.0
49 stars 64 forks source link

Add persistent volume annotations #102

Closed yekibud closed 1 year ago

yekibud commented 2 years ago

What this PR does / why we need it:

The ability to add annotations to k8s resources is generally useful. The ability to add annotations to the PVCs that support couchdb is especially useful because it enables the use of volume tagging utilities such as k8s-pvc-tagger which can be used to support automated backup snapshots of volumes.

Which issue this PR fixes

No related issue tracker.

Special notes for your reviewer:

Checklist