I want to use k8s secret but I have many question.
I updated a secret and I want to run just new image pods with this secret. Any pods can be down and New pod can be start with this new secret before I don't apply new image. How can I run old image with old secret?
I need rollback a deployment image. I want rollback secret too. How can I rollback a secret?
Thank you.