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
The recent PR #964 implemented the ability to set --in-pod in the compose file. However, there still does not appear to be a way to set --pod-args in the compose file.
This would be pretty useful as it would allow for options such as --infra, --infra-command, --infra-image, --infra-name, --share and more to be set in the compose file instead of needing to pass them in with --pod-args.
The recent PR #964 implemented the ability to set
--in-pod
in the compose file. However, there still does not appear to be a way to set--pod-args
in the compose file.This would be pretty useful as it would allow for options such as
--infra
,--infra-command
,--infra-image
,--infra-name
,--share
and more to be set in the compose file instead of needing to pass them in with--pod-args
.Compose example:
Possible partial implementation:
The text was updated successfully, but these errors were encountered: