Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-5966

[gitops-docs-1.11] Issue in file argocd_instance/setting-up-argocd-instance.adoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • GitOps
    • 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.

            Unassigned Unassigned
            lmadsen@redhat.com Leif Madsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: