Skip to content

Commit

Permalink
include default addons
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-the-programmer committed Feb 5, 2024
1 parent 61d38e9 commit a4231bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions minikube/resource_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ func testAcceptanceClusterConfig(driver string, clusterName string) string {
"default-storageclass",
"storage-provisioner",
]
}
`, driver, clusterName)
}
Expand All @@ -498,6 +499,11 @@ func testAcceptanceClusterConfigQemuSocketVmNet(driver string, clusterName strin
network = "socket_vmnet"
addons = [
"dashboard",
"default-storageclass",
"storage-provisioner",
]
}
`, driver, clusterName)
}
Expand Down

0 comments on commit a4231bb

Please sign in to comment.