This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Run 0.7.0 and 1.1.1 at the same time #283
Unanswered
hendrikmaus
asked this question in
Q&A
Replies: 1 comment 5 replies
-
For now, there is no way to use any ConfigMap in the controller. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to start the migration phase from v0.7.0 to v1+ by running both versions of the controller side-by-side in the same namespace. I used the community Helm chart's
nameOverride
to create a unique set of resources which can live next to the previous ones 👍🏻 however the v1 controller keeps reading theConfigMap
of the v0.7:The v0.7 controller does not disocver the new
ConfigMap
.Is there a way to explicitly tell the v1 controller which
ConfigMap
to use?Beta Was this translation helpful? Give feedback.
All reactions