Skip to content

Commit 3d37cfa

Browse files
docs(server): no resource health when using the list api (cherry-pick argoproj#22954) (argoproj#22972)
Signed-off-by: rumstead <[email protected]> Co-authored-by: rumstead <[email protected]>
1 parent 2bcef48 commit 3d37cfa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/operator-manual/upgrading/2.14-3.0.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ kubectl get applications.argoproj.io <my app> -n argocd -o jsonpath='{.status.re
373373

374374
Any 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
377380
argocd 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.

0 commit comments

Comments
 (0)