Description of problem:
When create Backstage CR from Openshift Console a "deployment" field is not shown in the Form View, so the only way to fill it is using YAML View.
Prerequisites (if any, like setup, operators/versions):
OCP with RHDH Operator v 1.3 installed
Steps to Reproduce
- In Developer Perspective
- Click +Add -> Operator Backed -> Red Hat Developer Hub
- Click Create button.
Actual results:
Create Backstage form appears with top-level spec fields like: application, database, rawRuntimeConfig but no "deployment" field
Expected results:
"Deployment" field shows up
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
n/a
Additional info (Such as Logs, Screenshots, etc):
Screenshot added
NOTE:
it may be related to the fact that deployment field has x-kubernetes-preserve-unknown-fields: true property
- is caused by
-
RHIDP-2232 Customizing the deployment by using the custom resource
- Closed