argoproj-labs / argo-rollouts-manager

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

Have the option to not deploy the argo-rollouts-notifications-secret #73

Open OpenGuidou opened 6 days ago

OpenGuidou commented 6 days ago

When using controllers to managed secrets such as External Secret Operator, this operator requires to have the ownership of the target secret. It conflicts with the ownership from the RolloutManager.

Based on the documentation, the secret argo-rollouts-notifications-secret should be optional, so it should be possible to deploy Argo rollouts without it.