argo-cd/resource_customizations/addons.cluster.x-k8s.io/ClusterResourceSet/health_test.yaml
1102 fdf539dc6a
feat: add health check for ClusterResourceSet (#20746)
Signed-off-by: nueavv <nuguni@kakao.com>
2024-12-15 15:56:34 -05:00

13 lines
No EOL
414 B
YAML

tests:
- healthStatus:
status: Progressing
message: 'Initializing cluster resource set'
inputPath: testdata/progressing_resourceapplied.yaml
- healthStatus:
status: Degraded
message: 'Failed to apply resources'
inputPath: testdata/degraded_resourceapplied.yaml
- healthStatus:
status: Healthy
message: 'cluster resource set is applied'
inputPath: testdata/healthy_resourceapplied.yaml