Describe the bug
If a secret deployed in cluster, multiple revisions of customSecret gets created. Because of this multiple rolling updates are trigger on a deployment that references the secret.
To Reproduce
Deploy configurator in k8s cluster
Create a secret
Get the revision for that secret. You can note that multiple revisions of secret for created.
Use the secret name in deployment under: spec.template.spec.volumes.secret.secret.secretName
Apply the deployment yaml file
configurator annotation is added in the spec.template.metadata.annotation level
Rolling update gets triggered multiple times because of the multiple secret revisions
Describe the bug If a secret deployed in cluster, multiple revisions of customSecret gets created. Because of this multiple rolling updates are trigger on a deployment that references the secret.
To Reproduce