You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CORS-2933: IBMCloud: Service endpoint override installconfig
Adding support to allow overrides of IBM Cloud service
endpoints in installconfig. This is a hard requirement for
disconnected cluster support, to allow use of non-default
endpoints for IBM Cloud services.
Related: https://issues.redhat.com/browse/CORS-2933
// While we should have already confirmed there are ServiceEndpoints, we can verify data did get created, requiring the JSON file gets created and passed along
638
+
ifendpointData==nil {
639
+
returnfmt.Errorf("failed to generate endpoint JSON with provided IBM Cloud ServiceEndpoints")
640
+
}
641
+
642
+
// Add endpoint JSON data to list of generated files for Terraform
0 commit comments