Argo Rollout controller looking for cluster scope permissions for Secrets and Configmap for notifications #3253
-
I have deployed argo-rollouts in argo-rollouts namespace using
The secrets and configmap for notifications are both created at the namespace level
My controller still complains about lack of cluster role as shown below
My namespace scope role has the required permissions
could some one explain why I am facing this issue and help me fix it? I don't want to give ClusterRole and instead have it use the namespace role. Is it possible to achieve this? I did check the answer on this and followed the recommendation and that didnt work out! My rollout controller image is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This has been solved by removing the flag |
Beta Was this translation helpful? Give feedback.
This has been solved by removing the flag
- --self-service-notification-enabled