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

Missing `argo-rollouts-config` cm #5

Closed jaideepr97 closed 8 months ago

jaideepr97 commented 1 year ago

The operator currently does not create the argo-rollouts-config config map at the time of installing the controller and creating required resources. The argo-rollouts-config cm is included in the Argo rollouts install.yaml manifest

We should also make sure to include a controller to reconcile this config map moving forwards

jgwest commented 8 months ago

Now that #15 has merged, this is done