It is pretty common practice in helm charts to have configurations to specify additional annotations and labels on components to provide a way to interact with other components running on the cluster. Currently it is only possible to set annotations on pods but not on deployment/stateful sets. Sombody has already create a MR that partially fixes this: #2100.