Skip to content

Commit

Permalink
Merge pull request #1004 from jenkinsci/jglick-patch-1
Browse files Browse the repository at this point in the history
Clarify docs regarding `command` and `args`
  • Loading branch information
Vlatombe committed Jun 15, 2021
2 parents 32eb87d + 4dd1c4b commit e576864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -218,8 +218,8 @@ The `containerTemplate` is a template of container that will be added to the pod
* **envVars** Environment variables that are applied to the container **(supplementing and overriding env vars that are set on pod level)**.
* **envVar** An environment variable whose value is defined inline.
* **secretEnvVar** An environment variable whose value is derived from a Kubernetes secret.
* **command** The command the container will execute, will overwrite the docker entrypoint, default value is `sleep`.
* **args** The arguments passed to the command, default value is `99999999`.
* **command** The command the container will execute. Will overwrite the Docker entrypoint. A typical value is `sleep`.
* **args** The arguments passed to the command. A typical value is `99999999`.
* **ttyEnabled** Flag to mark that tty should be enabled.
* **livenessProbe** Parameters to be added to a exec liveness probe in the container (does not support httpGet liveness probes)
* **ports** Expose ports on the container.
Expand Down

0 comments on commit e576864

Please sign in to comment.