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.
2 parents 8663585 + 78f455c commit 3ed61e2Copy full SHA for 3ed61e2
pkg/storage/storage.go
@@ -199,8 +199,7 @@ func GetPlatformStorage(listers *regopclient.StorageListers) (imageregistryv1.Im
199
case configapiv1.GCPPlatformType:
200
cfg.GCS = &imageregistryv1.ImageRegistryConfigStorageGCS{}
201
replicas = 2
202
- case configapiv1.IBMCloudPlatformType:
203
- case configapiv1.PowerVSPlatformType:
+ case configapiv1.IBMCloudPlatformType, configapiv1.PowerVSPlatformType:
204
cfg.IBMCOS = &imageregistryv1.ImageRegistryConfigStorageIBMCOS{}
205
206
case configapiv1.OpenStackPlatformType:
0 commit comments