application-stacks / runtime-component-operator

A generic Operator capable of deploying any runtime component image with enterprise QoS and bind it to other services
Apache License 2.0
49 stars 23 forks source link

Render service binding secret in UI #289

Closed leochr closed 2 years ago

leochr commented 2 years ago

The service binding secret that the operator creates is not rendered in the UI. The corresponding field is .status.binding. Since the field type is LocalObjectReference (with name field underneath), I don't think we can add x-descriptor annotation in types (*.go). Look into adding this via kustomize as a patch to the csv in config/manifests/bases

idlewis commented 2 years ago

This was delivered to the OLO via olo PR 311