Skip to content

Commit 67f42b1

Browse files
authored
changing default volume type to "premium"
1 parent 2256a06 commit 67f42b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/onboarding_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const (
5656
testDomainName = "cc3test"
5757
testImageName = "cirros-kvm"
5858
testPrefixName = "ohooc-"
59-
testVolumeType = "kvm-pilot"
59+
testVolumeType = "premium"
6060
OnboardingControllerName = "onboarding"
6161
)
6262

0 commit comments

Comments
 (0)