Skip to content

Commit 2e05fb1

Browse files
committed
missed some
1 parent 79c05e7 commit 2e05fb1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/e2e/resources/only-infra-and-ipam.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
annotations:
77
"helm.sh/hook": "post-install,post-upgrade"
88
"helm.sh/hook-weight": "1"
9+
"argocd.argoproj.io/sync-wave": "1"
910
name: capi-system
1011
---
1112
# Source: cluster-api-operator/templates/infra-conditions.yaml
@@ -87,6 +88,7 @@ metadata:
8788
annotations:
8889
"helm.sh/hook": "post-install,post-upgrade"
8990
"helm.sh/hook-weight": "2"
91+
"argocd.argoproj.io/sync-wave": "2"
9092
spec:
9193
configSecret:
9294
name: test-secret-name

test/e2e/resources/only-ipam.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
annotations:
77
"helm.sh/hook": "post-install,post-upgrade"
88
"helm.sh/hook-weight": "1"
9+
"argocd.argoproj.io/sync-wave": "1"
910
name: capi-system
1011
---
1112
# Source: cluster-api-operator/templates/ipam.yaml
@@ -27,6 +28,7 @@ metadata:
2728
annotations:
2829
"helm.sh/hook": "post-install,post-upgrade"
2930
"helm.sh/hook-weight": "2"
31+
"argocd.argoproj.io/sync-wave": "2"
3032
spec:
3133
configSecret:
3234
name: test-secret-name

0 commit comments

Comments
 (0)