argoproj-labs / argo-rollouts-manager

Kubernetes Operator for Argo Rollouts controller.
https://argo-rollouts-manager.readthedocs.io/en/latest/
Apache License 2.0
93 stars 304 forks source link

Routes plugin config logic prevents startup of Argo Rollouts controller on v1.6+ #22

Closed jgwest closed 6 months ago

jgwest commented 8 months ago

When you attempt to start the Rollouts controller on v1.6.4, it exits with this message:

Failed to init config: validation of config due to (plugin repository (openshift-route-plugin) must be in the format of <namespace>/<name>

This is due to the logic that was added as part of #15.