Skip to content

Commit 2e70f69

Browse files
author
Matthew Fisher
authored
Merge pull request #404 from bacongobbler/reword-deployments-description
doc(applications): reword deployments description
2 parents 975d5ba + e7a25b5 commit 2e70f69

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/applications/deploying-apps.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ Setting | Description
6262
----------------------------------------------- | ---------------------------------
6363
DEIS_DEPLOY_BATCHES | the number of pods to bring up and take down sequentially during a scale (default: number of available nodes)
6464
DEIS_DEPLOY_TIMEOUT | deploy timeout in seconds - there are 2 deploy methods, current (RC) and Deployments (see below) and this setting affects those a bit differently (default: 120)
65-
DEIS_KUBERNETES_DEPLOYMENTS | if enabled [Deployments][] is used to handle an application deploy instead of [ReplicationControllers][]
66-
| any value is acceptable to turn on [Deployments][], to turn it off either remove or pass an empty string (default: off)
65+
DEIS_KUBERNETES_DEPLOYMENTS | if enabled, [Deployments][] is used to handle an application deploy instead of [ReplicationControllers][]. Any value is acceptable to enable [Deployments][]. (default: off)
6766
KUBERNETES_DEPLOYMENTS_REVISION_HISTORY_LIMIT | how many [revisions][kubernetes-deployment-revision] Kubernetes keeps around of a given Deployment (default: all revisions)
6867

6968
### Deploy Timeout

0 commit comments

Comments
 (0)