-
Bug
-
Resolution: Done
-
Normal
-
None
-
8
-
False
-
False
-
-
-
GITOPS Sprint 214
When creating a namespace with the manage-by label it creates a lot of RoleBinding on the new namespace:
~~~
apiVersion: v1
kind: Namespace
metadata:
name: test
labels:
argocd.argoproj.io/managed-by: openshift-gitops
~~~
The RoleBinding are the following:
~~~
$ oc get rolebindings -n test | grep gitops
openshift-gitops-argocd-application-controller Role/openshift-gitops-argocd-application-controller 23h
openshift-gitops-argocd-dex-server Role/openshift-gitops-argocd-dex-server 23h
openshift-gitops-argocd-redis-ha Role/openshift-gitops-argocd-redis-ha 23h
openshift-gitops-argocd-server Role/openshift-gitops-argocd-server 23
~~~
Per our conversation, should be enough with "openshift-gitops-argocd-application-controller"
- is cloned by
-
GITOPS-3156 Grafana and Redis RoleBinding on namespaces managed by GitOps
- Closed
- links to