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 1e2a7d0 commit 99e3295Copy full SHA for 99e3295
pkg/storage/storage.go
@@ -185,7 +185,8 @@ func GetPlatformStorage(listers *regopclient.StorageListers) (imageregistryv1.Im
185
configapiv1.NutanixPlatformType,
186
configapiv1.KubevirtPlatformType,
187
configapiv1.EquinixMetalPlatformType,
188
- configapiv1.PowerVSPlatformType:
+ configapiv1.PowerVSPlatformType,
189
+ configapiv1.ExternalPlatformType:
190
break
191
192
// These are the supported platforms. We do have backend implementation
0 commit comments