Install ArgoCD as a tenant #11587
-
|
ArgoCD could come in two "sauces" - the cluster-wide installation and the namespaced one but seems like in either case ArgoCD is expected to be able to list cluster-scoped resources.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You need to restrict Argo CD to that (or more) namespaces to not have it require cluster wide read privileges. This is accomplished by setting the Documentation is here: https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#clusters |
Beta Was this translation helpful? Give feedback.
-
|
For people stumbling on this discussion: you could take it further and use resourceInclusions\exclusions to do finer tunning |
Beta Was this translation helpful? Give feedback.
You need to restrict Argo CD to that (or more) namespaces to not have it require cluster wide read privileges.
This is accomplished by setting the
namespacesfield in the cluster config - you probably want to create one for the in-cluster configuration.Documentation is here: https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#clusters