Skip to content

Commit a64c616

Browse files
committed
DROP: hack maxitems for addresses
1 parent 1e40192 commit a64c616

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ providers:
3737
replacements:
3838
- old: "imagePullPolicy: Always"
3939
new: "imagePullPolicy: IfNotPresent"
40+
# TODO: drop this in favor of bumping CAPI manifests (value above) to new nightly which includes https://github.com/kubernetes-sigs/cluster-api/pull/13060
41+
- old: "maxItems: 32"
42+
new: "maxItems: 128"
4043

4144

4245
- name: kubeadm

0 commit comments

Comments
 (0)