Skip to content

Commit 78f455c

Browse files
flavianmissiopenshift-cherrypick-robot
authored andcommitted
OCPBUGS-8224: fix storage selection on IBM cloud
1 parent 8663585 commit 78f455c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/storage/storage.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ func GetPlatformStorage(listers *regopclient.StorageListers) (imageregistryv1.Im
199199
case configapiv1.GCPPlatformType:
200200
cfg.GCS = &imageregistryv1.ImageRegistryConfigStorageGCS{}
201201
replicas = 2
202-
case configapiv1.IBMCloudPlatformType:
203-
case configapiv1.PowerVSPlatformType:
202+
case configapiv1.IBMCloudPlatformType, configapiv1.PowerVSPlatformType:
204203
cfg.IBMCOS = &imageregistryv1.ImageRegistryConfigStorageIBMCOS{}
205204
replicas = 2
206205
case configapiv1.OpenStackPlatformType:

0 commit comments

Comments
 (0)