Skip to content

Commit a4231bb

Browse files
include default addons
1 parent 61d38e9 commit a4231bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

minikube/resource_cluster_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ func testAcceptanceClusterConfig(driver string, clusterName string) string {
486486
"default-storageclass",
487487
"storage-provisioner",
488488
]
489+
489490
}
490491
`, driver, clusterName)
491492
}
@@ -498,6 +499,11 @@ func testAcceptanceClusterConfigQemuSocketVmNet(driver string, clusterName strin
498499
499500
network = "socket_vmnet"
500501
502+
addons = [
503+
"dashboard",
504+
"default-storageclass",
505+
"storage-provisioner",
506+
]
501507
}
502508
`, driver, clusterName)
503509
}

0 commit comments

Comments
 (0)