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
when deleting this part of the route in the OpenLibertyApplication yaml
route:
path: /daytrader
the route does not change to remove the path unless I delete the route.
What did you expect to see?
I expected to see the route path removed.
What did you see instead?
The route path stayed the same as if the path was not deleted.
Environment
OpenShift version information (if applicable):
4.10.3
Possible solution
operator could check if path is not present (nil) and then set Route path to /
Additional context
Very minor issue, but if I specify the path in the OLA yaml then edit it removing the path line it does not update the route unless it is deleted. If I change it to path: / or path: "" it removes the path from the route. By default the yaml has expose: true but no path set.
RCO
Fixed
Added tests
OLO
Fixed
Added tests
WLO
Fixed
Added tests
The text was updated successfully, but these errors were encountered:
Bug Report
What did you do?
when deleting this part of the route in the OpenLibertyApplication yaml
the route does not change to remove the path unless I delete the route.
What did you expect to see?
I expected to see the route path removed.
What did you see instead?
The route path stayed the same as if the path was not deleted.
Environment
4.10.3
Possible solution
operator could check if path is not present (nil) and then set Route path to /
Additional context
Very minor issue, but if I specify the path in the OLA yaml then edit it removing the path line it does not update the route unless it is deleted. If I change it to path: / or path: "" it removes the path from the route. By default the yaml has expose: true but no path set.
The text was updated successfully, but these errors were encountered: