Skip to content

Commit 99e3295

Browse files
committed
Add ExternalPlatformType
1 parent 1e2a7d0 commit 99e3295

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
@@ -185,7 +185,8 @@ func GetPlatformStorage(listers *regopclient.StorageListers) (imageregistryv1.Im
185185
configapiv1.NutanixPlatformType,
186186
configapiv1.KubevirtPlatformType,
187187
configapiv1.EquinixMetalPlatformType,
188-
configapiv1.PowerVSPlatformType:
188+
configapiv1.PowerVSPlatformType,
189+
configapiv1.ExternalPlatformType:
189190
break
190191

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

0 commit comments

Comments
 (0)