commonAnnotations
are not implemented for all resources
#1372
Labels
chart
enhancement
help wanted
Feature requests approved by maintainers that are not included in the project roadmap
The documentation for the
commonAnnotations
value says "Annotations to add to all deployed resources":sealed-secrets/helm/sealed-secrets/values.yaml
Line 19 in 5b0c26e
Yet, not all resources have annotations at all, let alone the common annotations:
sealed-secrets/helm/sealed-secrets/templates/cluster-role-binding.yaml
Lines 4 to 9 in 5b0c26e
I suggest we implement
commonAnnotations
to work as documented. Depending on the circumstances, it might be good to implement it via a template in _helpers.tpl and reference that instead.The text was updated successfully, but these errors were encountered: