Skip to content

Commit 3ed61e2

Browse files
Merge pull request #851 from openshift-cherrypick-robot/cherry-pick-847-to-release-4.13
[release-4.13] OCPBUGS-10716: fix storage selection on IBM cloud
2 parents 8663585 + 78f455c commit 3ed61e2

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)