Skip to content

Commit c77683b

Browse files
feat: remove codefresh-cm from helm unit tests
1 parent 00d36b4 commit c77683b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

charts/gitops-runtime/tests/checksum_test.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,10 @@ tests:
1919
path: spec.template.metadata.annotations["checksum/config-argo-gateway"]
2020
value: ab112b8010e1534e8b45f746764af03ca4e7c9fa5cd0a01f04830e0a6c6e77e1
2121
template: argo-gateway/deployment.yaml
22-
- equal:
23-
path: spec.template.metadata.annotations["checksum/config-codefresh-cm"]
24-
value: 4fa7b6b4939725018068441ee7ea7ec594c30d6e58020fdaa89b07ca9515b650
25-
template: argo-gateway/deployment.yaml
2622
- equal:
2723
path: spec.template.metadata.annotations["checksum/config-event-reporter"]
2824
value: d016ba2b10b22e24da8854027d4e3fccfe02ee3db4441512ba38a0eb34e124f5
2925
template: event-reporters/cluster-event-reporter/deployment.yaml
30-
- equal:
31-
path: spec.template.metadata.annotations["checksum/config-codefresh-cm"]
32-
value: 4fa7b6b4939725018068441ee7ea7ec594c30d6e58020fdaa89b07ca9515b650
33-
template: event-reporters/cluster-event-reporter/deployment.yaml
3426
- equal:
3527
path: spec.template.metadata.annotations["checksum/config-argocd"]
3628
value: 4ae1efd920b2b1b83a9b74fabd84defe9869f7c66a444bcfd4ce7dbb5cb846c8
@@ -39,10 +31,6 @@ tests:
3931
path: spec.template.metadata.annotations["checksum/config-cap-app-proxy"]
4032
value: 8963a9c81220fd8440ccc4e8675be794c83988751fd0d8591c60b2cd3923fbd4
4133
template: app-proxy/deployment.yaml
42-
- equal:
43-
path: spec.template.metadata.annotations["checksum/config-codefresh-cm"]
44-
value: 4fa7b6b4939725018068441ee7ea7ec594c30d6e58020fdaa89b07ca9515b650
45-
template: app-proxy/deployment.yaml
4634

4735
- it: checksum annotations should change when configmap changes
4836
template: argo-gateway/deployment.yaml
@@ -56,23 +44,11 @@ tests:
5644
path: spec.template.metadata.annotations["checksum/config-argo-gateway"]
5745
value: 89ba18c028caf3aafa73763816296570ec6d82afafa8744419773a4be6d84aff
5846
template: argo-gateway/deployment.yaml
59-
- equal:
60-
path: spec.template.metadata.annotations["checksum/config-codefresh-cm"]
61-
value: 6fc94d431ae6064fddc76734ec7c66d8b60af02cb22d9b1298e8403a8adcda82
62-
template: argo-gateway/deployment.yaml
6347
- equal:
6448
path: spec.template.metadata.annotations["checksum/config-event-reporter"]
6549
value: e76508c530cbb199da90e2dfee0ecb4b6ce79ed86e2b5368c3d670b5ccc9fbe2
6650
template: event-reporters/cluster-event-reporter/deployment.yaml
67-
- equal:
68-
path: spec.template.metadata.annotations["checksum/config-codefresh-cm"]
69-
value: 6fc94d431ae6064fddc76734ec7c66d8b60af02cb22d9b1298e8403a8adcda82
70-
template: event-reporters/cluster-event-reporter/deployment.yaml
7151
- equal:
7252
path: spec.template.metadata.annotations["checksum/config-cap-app-proxy"]
7353
value: b302ea8929baccb98f9b0086987f76de6e3591e72f356915d951e6a6437611f6
7454
template: app-proxy/deployment.yaml
75-
- equal:
76-
path: spec.template.metadata.annotations["checksum/config-codefresh-cm"]
77-
value: 6fc94d431ae6064fddc76734ec7c66d8b60af02cb22d9b1298e8403a8adcda82
78-
template: app-proxy/deployment.yaml

0 commit comments

Comments
 (0)