-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.17.0
-
False
-
-
False
-
-
Description of Problem
The field in "Store resource health status in Redis" is incorrect in the 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>