-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
Reading the single step procedure at https://docs.openshift.com/gitops/1.11/argocd_instance/setting-up-argocd-instance.html#gitops-deploy-resources-different-namespaces_setting-up-argocd-instance
It's not exactly clear what the value of <namespace> should be, and if the values between the two call outs of <namespace> should be different.
For example, if I have resources in the openstack namespace that I want managed by the ArgoCD instance I created in openshift-gitops, what would an example output look like?
Currently example says:
~~~
oc label namespace <namespace> argocd.argoproj.io/managed-by=<namespace> (1)
(1) The namespace where Argo CD is installed.
~~~
I believe the intent would be for the output to be:
oc label namespace openstack argocd.argoproj.io/managed-by=openshift-gitops
...but using the same-named variable does make it confusing that the values should be different, or if I've misunderstood the intent here.
- is caused by
-
RHDEVDOCS-6192 [SPIKE] GitOps content improvement assessment activity
- Coding In Progress
- relates to
-
RHDEVDOCS-6106 [gitops-docs-1.13] Issue in file argocd_instance/setting-up-argocd-instance.adoc
- Pull Request Sent