-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added `command` and `hotReloadCommand` fields to container module configs to go with `args` and `hotReloadArgs` (on services, test configs and tasks). For the k8s plugins, `command` corresponds to the `command` field on k8s podspecs, i.e. it's the "entrypoint" which `args` are passed to. This is useful e.g. when some other entrypoint than `/bin/sh -c` is desired.
- Loading branch information
Showing
16 changed files
with
277 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.