mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
Signed-off-by: Jonasz Lasut-Balcerzak <jonasz.lasut@gmail.com> Signed-off-by: Jonasz Łasut-Balcerzak <jonasz.lasut@gmail.com>
9 lines
488 B
YAML
9 lines
488 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "Resource is up-to-date."
|
|
inputPath: testdata/providerconfig_healthy.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "update failed: async update failed: refuse to update the external resource because the following update requires replacing it: cannot change the value of the argument \"location\" from \"westeurope\" to \"switzerlandnorth\""
|
|
inputPath: testdata/managedresource_failedupdate_degraded.yaml |