argo-cd/resource_customizations/kafka.strimzi.io/KafkaTopic/health_test.yaml
Nick Groszewski 892712a7cb
feat: Add additional strimzi custom resource health checks (#5642)
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>
2021-03-04 14:59:18 +01:00

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