-
Bug
-
Resolution: Done
-
Minor
-
7.8.0.GA
-
None
-
Release Notes
-
-
-
-
-
-
CR1
-
2020 Week 28-30 (from Jul 6)
From RHPAM-2684, we can see the Business Central link in the OCP project details:
However, when we have multiple Kie Apps at the same time:
- Kieapp1:
apiVersion: app.kiegroup.org/v2 kind: KieApp metadata: annotations: app.kiegroup.org: 7.8.0 name: kieapp1 spec: commonConfig: adminPassword: admin adminUser: admin environment: rhpam-authoring-ha objects: console: jvm: javaInitialMemRatio: 60 javaMaxMemRatio: 90 upgrades: {} useImageTags: true version: 7.8.0
- Kieapp2:
apiVersion: app.kiegroup.org/v2 kind: KieApp metadata: annotations: app.kiegroup.org: 7.8.0 name: kieapp2 spec: commonConfig: adminPassword: admin adminUser: admin environment: rhpam-authoring-ha objects: console: jvm: javaInitialMemRatio: 60 javaMaxMemRatio: 90 upgrades: {} useImageTags: true version: 7.8.0
Two links are generated as expected, but we can't identify which link is for:
We should add the kie app name to the console link.
- is caused by
-
RHPAM-2684 Provide a link to business central in new OCP Console 4.3
- Closed