Skip to content

Commit

Permalink
move admin user/pwd to statusDescriptors
Browse files Browse the repository at this point in the history
Signed-off-by: tchughesiv <[email protected]>
  • Loading branch information
tchughesiv committed Sep 25, 2020
1 parent 11565ec commit 47919ac
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/kiegroup/kie-cloud-operator:7.9.0
createdAt: "2020-09-22 11:50:50"
createdAt: "2020-09-21 09:27:22"
description: Deploys and manages Red Hat Process Automation Manager and Red Hat Decision Manager environments.
operators.openshift.io/infrastructure-features: '["Disconnected"]'
repository: https://github.com/kiegroup/kie-cloud-operator
Expand All @@ -17,7 +17,7 @@ metadata:
operator-businessautomation: "true"
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
name: businessautomation-operator.7.9.0-dev-x7zlgfdt6r
name: businessautomation-operator.7.9.0-dev-fd4nzs45sm
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -83,6 +83,16 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:label
statusDescriptors:
- description: The admin user for BC console.
displayName: Business/Decision Central Admin User
path: applied.commonConfig.adminUser
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- description: The admin password for BC console.
displayName: Business/Decision Central Admin Password
path: applied.commonConfig.adminPassword
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- description: Product version installed.
displayName: Version
path: version
Expand Down Expand Up @@ -444,7 +454,7 @@ spec:
- operator
labels:
alm-owner-businessautomation: businessautomation-operator
operated-by: businessautomation-operator.7.9.0-dev-x7zlgfdt6r
operated-by: businessautomation-operator.7.9.0-dev-fd4nzs45sm
links:
- name: Product Page
url: https://access.redhat.com/products/red-hat-process-automation-manager
Expand Down Expand Up @@ -547,5 +557,5 @@ spec:
selector:
matchLabels:
alm-owner-businessautomation: businessautomation-operator
operated-by: businessautomation-operator.7.9.0-dev-x7zlgfdt6r
version: 7.9.0+x7zlgfdt6r
operated-by: businessautomation-operator.7.9.0-dev-fd4nzs45sm
version: 7.9.0+fd4nzs45sm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
categories: Integration & Delivery
certified: "true"
containerImage: registry.redhat.io/rhpam-7/rhpam-rhel8-operator:7.9.0
createdAt: "2020-09-22 11:50:50"
createdAt: "2020-09-21 09:27:22"
description: Deploys and manages Red Hat Process Automation Manager and Red Hat Decision Manager environments.
operators.openshift.io/infrastructure-features: '["Disconnected"]'
repository: https://github.com/kiegroup/kie-cloud-operator
Expand Down Expand Up @@ -83,6 +83,16 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:label
statusDescriptors:
- description: The admin user for BC console.
displayName: Business/Decision Central Admin User
path: applied.commonConfig.adminUser
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- description: The admin password for BC console.
displayName: Business/Decision Central Admin Password
path: applied.commonConfig.adminPassword
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- description: Product version installed.
displayName: Version
path: version
Expand Down
12 changes: 12 additions & 0 deletions tools/csv-gen/csv-gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,18 @@ func main() {
},
},
StatusDescriptors: []csvv1.StatusDescriptor{
{
Description: "The admin user for BC console.",
DisplayName: "Business/Decision Central Admin User",
Path: "applied.commonConfig.adminUser",
XDescriptors: []string{"urn:alm:descriptor:com.tectonic.ui:password"},
},
{
Description: "The admin password for BC console.",
DisplayName: "Business/Decision Central Admin Password",
Path: "applied.commonConfig.adminPassword",
XDescriptors: []string{"urn:alm:descriptor:com.tectonic.ui:password"},
},
{
Description: "Product version installed.",
DisplayName: "Version",
Expand Down

0 comments on commit 47919ac

Please sign in to comment.