OT-CONTAINER-KIT / helm-charts

A repository which that will contain helm charts with best and security practices.
https://ot-container-kit.github.io/helm-charts
49 stars 84 forks source link

Unable to successfully sync multiple instances of Redis Operator via ArgoCD #189

Open alita1991 opened 4 months ago

alita1991 commented 4 months ago

Does this issue reproduce with the latest release? Yes

What operating system and processor architecture are you using (kubectl version)?

kubectl version Output
$ kubectl version
Client Version: v1.29.3

What did you do? I installed the Redis Operator in two namespaces via ArgoCD

What did you expect to see? No warnings/errors during sync

What did you see instead? ClusterRole / ClusterRoleBinding resources are recreated during sync (infinite loop)

Possible solution Create a flag that will disable the creation of ClusterRole / ClusterRoleBinding and enable the creation of a Role / RoleBinding (ex: watchNamespace: [true|false]