argo-cd/resource_customizations/source.toolkit.fluxcd.io/HelmRepository/health_test.yaml
Adrian Berger ed9149beea
fix(cherry-pick-3.1): custom resource health for flux helm repository of type oci (#24341)
Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
2025-09-02 15:18:58 -04:00

17 lines
498 B
YAML

tests:
# - healthStatus:
# status: Progressing
# message: Progressing
# inputPath: testdata/progressing.yaml
- healthStatus:
status: Degraded
message: Failed
inputPath: testdata/degraded.yaml
- healthStatus:
status: Healthy
message: Succeeded
inputPath: testdata/healthy.yaml
- healthStatus:
status: Healthy
message: "Helm repositories of type 'oci' do not contain any information in the status."
inputPath: testdata/oci.yaml