OpenLiberty / open-liberty-operator

Eclipse Public License 2.0
28 stars 36 forks source link

Add a Failed condition to OpenLibertyDump #558

Open kabicin opened 4 months ago

kabicin commented 4 months ago

Related issue: https://github.com/OpenLiberty/open-liberty-operator/issues/538

Conditions are only displayed in the OpenShift UI when set to True. This causes errors to not be displayed in the UI when Completed = False errors. By creating a new condition Failed = True taking the error from above, it will properly update the UI to inform the OLO user that the OpenLibertyDump failed.