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:
The previous charts Chart.yaml showed version 3.6.2 has the latest chart version, but no corresponding tarball was found. I bumped the version to 3.6.3, but let me know if it should remain 3.6.2.
make test indicated some sort of error but I'm not sure what it means or if it is expected
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:
Chart.yaml
showed version 3.6.2 has the latest chart version, but no corresponding tarball was found. I bumped the version to 3.6.3, but let me know if it should remain 3.6.2.make test
indicated some sort of error but I'm not sure what it means or if it is expectedChecklist