Created attachment 1903357 [details] Create hosted cluster UI Description of problem: [UI] Base domain name not populated after selecting hypershift creds Version-Release number of selected component (if applicable): 2.6.0-FC2 How reproducible: Steps to Reproduce: 1. Create infra env + register hosts > OK 2. Enable hypershift + install add-on > OK 3. Click 'Create cluster', select 'Host inventory', selected 'Hosted' control plane type Actual results: Base domain name is not populated as per configured in the predefined credential Expected results: Additional info: ``` # oc get secret -n default hs-creds -oyaml apiVersion: v1 data: baseDomain: aW5zdGFsbC5kZXYwOS5yZWQtY2hlc3RlcmZpZWxkLmNvbQ== pullSecret: <pull_secret> ssh-publickey: <pub_key> kind: Secret metadata: creationTimestamp: "2022-08-03T15:35:52Z" labels: cluster.open-cluster-management.io/credentials: "" cluster.open-cluster-management.io/type: hypershift name: hs-creds namespace: default resourceVersion: "481682" uid: b88acbd3-afd3-43e1-a8fd-956bf589c527 type: Opaque ```
*** This bug has been marked as a duplicate of bug 2117163 ***