mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
* feat: add custom resource health checks for trident.netapp.io/TridentOrchestrator and trident.netapp.io/TridentBackendConfig Signed-off-by: Balazs Zachar <zachar.balazs@gmail.com> * feat: extend TridentOrchestrator check with degraded state (based on official documentation) Signed-off-by: Balazs Zachar <zachar.balazs@gmail.com>
13 lines
399 B
YAML
13 lines
399 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Failed to create backend: backend tbc-ontap-nas already exists"
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Waiting for backend creation"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "Backend 'tbc-ontap-nas' created"
|
|
inputPath: testdata/healthy.yaml
|