Running multiple postStart events is not allowed. #21903
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
Describe the bug
When I try to use multiple post start events, i get an error saying that
Error processing devfile: component tools has multiple postStart events attached to it
. As per the devfile 2 schema validation, this is a valid syntax, since both, postStart and commands are accepting array of elements.Che version
7.58@latest
Steps to reproduce
create 2 commands and use both on a post start
when trying to run use the devfile getting this issue when trying to create workspace
Error processing devfile: component tools has multiple postStart events attached to it
Expected behavior
to apply the both/multiple post start events.
Runtime
OpenShift
Screenshots
No response
Installation method
OperatorHub
Environment
other (please specify in additional context)
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: