We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e85ecf commit ff3a1dcCopy full SHA for ff3a1dc
pkg/storage/storage.go
@@ -148,7 +148,8 @@ func GetPlatformStorage(listers *regopclient.Listers) (imageregistryv1.ImageRegi
148
// we should bootstrap the image registry as "Removed".
149
case configapiv1.BareMetalPlatformType,
150
configapiv1.VSpherePlatformType,
151
- configapiv1.NonePlatformType:
+ configapiv1.NonePlatformType,
152
+ configapiv1.NutanixPlatformType:
153
break
154
155
// These are the supported platforms. We do have backend implementation
0 commit comments