-
Bug
-
Resolution: Unresolved
-
Minor
-
GitOps 1.12, GitOps 1.13
-
Documentation (Ref Guide, User Guide, etc.)
The docs in the following section:
Include instructions for adding the managed-by label include the following:
$ oc label namespace <namespace> \ argocd.argoproj.io/managed-by=<namespace> (1)
1) The namespace where Argo CD is installed.
This is a little confusing because the <namespace> for the first line is going to be different from the label in the second line.
Instead, it would be great to have something like this:
$ oc label namespace <target-namespace> (1) \ argocd.argoproj.io/managed-by=<argocd-namespace> (2)
1) The namespace you wish Argo CD to manage.
2) The namespace where Argo CD is installed.
- is caused by
-
RHDEVDOCS-6192 [SPIKE] GitOps content improvement assessment activity
- Coding In Progress
- is cloned by
-
OEIIITB-15 Issue in file argocd_instance/setting-up-argocd-instance.adoc
- In Progress
- is related to
-
RHDEVDOCS-5966 [gitops-docs-1.11] Issue in file argocd_instance/setting-up-argocd-instance.adoc
- Closed
- links to