-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for all command types to events #5706
Comments
There was a discussion with a user who would require this to use odo and devfile in their environment. The discussed use-case is using #6549 they would mount secrets like SSL certificates into the container, and then using |
@kadel would you be able to provide a sample Devfile for this case? |
Note: We need to figure this out for podman as well. |
The above are Devfile limitations. odo/vendor/github.com/devfile/api/v2/pkg/validation/events.go Lines 48 to 52 in f9baeec
Currently, |
PreStart events: Implement Case of Composite apply command: (container component) run every apply command separately. Support composite exec and apply command. First thing:
|
|
Moving this issue out of the Epic #5834 |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
currently the exec command is not supported in events
The text was updated successfully, but these errors were encountered: