File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
charts/gitops-runtime/tests Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/helm-unittest/helm-unittest/main/schema/helm-testsuite.json
2+ suite : checksum tests
3+ templates :
4+ - event-reporters/**/deployment.yaml
5+ - event-reporters/**/configmap.yaml
6+ - argo-gateway/deployment.yaml
7+ - argo-gateway/configmap.yaml
8+ - app-proxy/deployment.yaml
9+ - app-proxy/config.yaml
10+ - _components/cap-app-proxy/_deployment.yaml
11+ - _components/cap-app-proxy/_config.yaml
12+ - codefresh-cm.yaml
13+ tests :
14+ - it : default checksum annotations is present
15+ values :
16+ - ./values/mandatory-values-ingress.yaml
17+ asserts :
18+ - exists :
19+ path : spec.template.metadata.annotations["checksum/config-argo-gateway"]
20+ template : argo-gateway/deployment.yaml
21+ - exists :
22+ path : spec.template.metadata.annotations["checksum/config-event-reporter"]
23+ template : event-reporters/cluster-event-reporter/deployment.yaml
24+ - exists :
25+ path : spec.template.metadata.annotations["checksum/config-argocd"]
26+ template : event-reporters/cluster-event-reporter/deployment.yaml
27+ - exists :
28+ path : spec.template.metadata.annotations["checksum/config-cap-app-proxy"]
29+ template : app-proxy/deployment.yaml
You can’t perform that action at this time.
0 commit comments