Skip to content

Commit b6edb7f

Browse files
Fix dry run intg test with right upgrade policy default (#8582)
1 parent 05ec10a commit b6edb7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/tests/dry_run/dry_run_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ managedNodeGroups:
148148
149149
privateCluster:
150150
enabled: false
151-
upgradePolicy: {}
151+
upgradePolicy:
152+
supportType: ""
152153
vpc:
153154
autoAllocateIPv6: false
154155
cidr: 192.168.0.0/16

0 commit comments

Comments
 (0)