argoproj-labs/argo-rollouts-manager

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

jgwest opened this issue · 0 comments

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.