mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-04 15:18:20 +00:00
Add additional strimzi custom resource health checks, including: * Kafka * KafkaTopic * KafkaUser Contributes to argoproj/argo-cd#5577 Signed-off-by: Nick Groszewski <groszewn@gmail.com>
12 lines
370 B
YAML
12 lines
370 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Waiting for Kafka Topic"
|
|
inputPath: testdata/progressing_noStatus.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Invalid value abcd for configuration retention.ms: Not a number of type LONG"
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
inputPath: testdata/healthy.yaml
|