File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
docs/operator-manual/upgrading Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -373,6 +373,9 @@ kubectl get applications.argoproj.io <my app> -n argocd -o jsonpath='{.status.re
373373
374374Any tools or CLI commands parsing the `.status.resources[].health` need to be updated to use the argocd cli/API to get the health status.
375375
376+ !!! note
377+ The application list API (argocd app list) no longer returns the individual health status of resources.
378+
376379` ` ` sh
377380argocd app get <my app> -o json
378381` ` `
@@ -434,4 +437,4 @@ data:
434437 ignoreResourceStatusField: crd
435438` ` `
436439
437- More details for ignored resource updates in the [Diffing customization](../../user-guide/diffing.md) documentation.
440+ More details for ignored resource updates in the [Diffing customization](../../user-guide/diffing.md) documentation.
You can’t perform that action at this time.
0 commit comments