Currently we set all annotations for the deployment (or job, cronjob, stateful set) and the pods exactly the same. However, some annotations should only be added to the deployment and some only for pods. We should add a new config podAnnotations to control that
Currently we set all annotations for the deployment (or job, cronjob, stateful set) and the pods exactly the same. However, some annotations should only be added to the deployment and some only for pods. We should add a new config
podAnnotations
to control that