Argo Rollout - ConfigMap, Secret Versioning - Stable/Canary Resource Deletion #2802
Unanswered
dlennon-ie
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Could you elaborate a bit on what is your end goal? what exactly do you want to accomplish? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to version my k8s resources by name by adding the container version into the name.
However the canary has deleted the previous ConfigMap & Secret, only the canary versions exist. I'm using helm to deploy my apps.
During testing I deleted my stable pod and it went into a broken state, it can't find it's version of ConfigMap & Secret.
Is there any way around this? Am I approach the problem from the wrong perspective?
Beta Was this translation helpful? Give feedback.
All reactions