Argo Rollouts using blue green configmap #1930
Unanswered
sourceful-karlson
asked this question in
Q&A
Replies: 2 comments 9 replies
-
To the best of my knowledge this is not supported. Argo Rollouts references a deployment and not a configmap. However you can easily do a workaround.
You could also have a single configmap which itself have v1-value and v2-value if you prefer that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Kostis, We have solve the problem by using a configmap generator that had the rollout using different configmap values |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In our application, we would like to do hot swapping of a dataset.
This means that our blue green deployment, the only thing that we care about is change in configmap.
Is there a way in argo rollout for the blue to use a blue set of configmap and green to to use a green set of configmap?
Beta Was this translation helpful? Give feedback.
All reactions