Skip to content

Commit

Permalink
Merge branch 'master' into review-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Jun 15, 2021
2 parents 1930971 + e576864 commit 55c3c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -299,8 +299,8 @@ Container templates are part of pod. They can be configured via the user interfa
* **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 55c3c2e

Please sign in to comment.