Skip to content

Commit ff3a1dc

Browse files
Add default storage type for Nutanix platform
Set default storage type for Nutanix platform to PVC.
1 parent 8e85ecf commit ff3a1dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/storage/storage.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ func GetPlatformStorage(listers *regopclient.Listers) (imageregistryv1.ImageRegi
148148
// we should bootstrap the image registry as "Removed".
149149
case configapiv1.BareMetalPlatformType,
150150
configapiv1.VSpherePlatformType,
151-
configapiv1.NonePlatformType:
151+
configapiv1.NonePlatformType,
152+
configapiv1.NutanixPlatformType:
152153
break
153154

154155
// These are the supported platforms. We do have backend implementation

0 commit comments

Comments
 (0)