mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* Issue argoproj#6956 - Adding confluent health checks Signed-off-by: ThoTischner <thomas-schwaig@web.de> * Issue argoproj#6956 - Change Unknown to Progressing Signed-off-by: ThoTischner <thomas-schwaig@web.de>
9 lines
234 B
YAML
9 lines
234 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: KsqlDB provisioning
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: KsqlDB running
|
|
inputPath: testdata/healthy.yaml
|