You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
Create configMap (for example name "my-dev-service") for raw configuration with not valid service.xml key (the same would be valid for db-service*)
For example: spec.port.targetPort=backend:con <--- not valid name
How to reproduce:
Create configMap (for example name "my-dev-service") for raw configuration with not valid service.xml key (the same would be valid for db-service*)
For example: spec.port.targetPort=backend:con <--- not valid name
Create Backstage object with
Expected: Reconciliation failed with Invalid value error, Backstage.status failed, Service object NOT created
In fact: Reconciliation succeeded, Backstage.status DeployOk, Service object NOT created
The text was updated successfully, but these errors were encountered: