Skip to content

Commit 4c18969

Browse files
committed
fix tests
1 parent f3fb8e3 commit 4c18969

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

charts/gitops-runtime/tests/values/global-constraints-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ global:
77
operator: Equal
88
value: some-value
99
effect: NoSchedule
10+
11+
argo-rollouts:
12+
enabled: true

charts/gitops-runtime/tests/values/subcharts-constraints-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ argo-events:
6969
tolerations: *tolerations
7070

7171
argo-rollouts:
72+
enabled: true
7273
controller:
7374
nodeSelector: *nodeSelector
7475
tolerations: *tolerations

0 commit comments

Comments
 (0)