Uploaded image for project: 'OpenShift GitOps'
  1. OpenShift GitOps
  2. GITOPS-7954

Fix incorrect field in GitOps 1.17 release notes

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      Description of Problem

      The field in "Store resource health status in Redis" is incorrect in the release notes.

      https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.17/html/release_notes/gitops-release-notes#breaking-changes-1-17-0_gitops-release-notes

      It says:

      You can override this behavior by setting .controller.resource.health.persist to false in .spec.extraCommandArgs in the Argo CD CR.
      

      .spec.extraCommandArgs does not exist.

      It should be:
      spec.cmdParams

      per: https://github.com/argoproj-labs/argocd-operator/pull/1763

      Follow up to https://issues.redhat.com/browse/RHDEVDOCS-6546

      Problem Reproduction

      Always

      Reproducibility

      Try set that field, it does not exist.

      Prerequisites/Environment

      None

      Steps to Reproduce

      oc explain argocd.spec.extraCommandArgs
      GROUP:      argoproj.io
      KIND:       ArgoCD
      VERSION:    v1beta1
      
      error: field "extraCommandArgs" does not exist
      

      Expected Results

      Correct field to set the property.

      Workaround (If Possible)

      Set it under: spec.cmdParams

      oc explain argocd.spec.cmdParams
      
      GROUP:      argoproj.io
      KIND:       ArgoCD
      VERSION:    v1beta1
      
      FIELD: cmdParams <map[string]string>
      

              dsoni@redhat.com Dhruv Soni
              rhn-support-mrobson Matt Robson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: