Skip to content

Commit 2eee230

Browse files
authored
doc(deploying-apps.md): fix broken link for k8s revisions (#394)
Fixes deis/workflow#393
1 parent 4be7e0e commit 2eee230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/applications/deploying-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DEIS_DEPLOY_BATCHES | the number of pods to bring up
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)
6565
DEIS_KUBERNETES_DEPLOYMENTS | if enabled [Deployments][] is used to handle an application deploy instead of [ReplicationControllers][]
6666
| any value is acceptable to turn on [Deployments][], to turn it off either remove or pass an empty string (default: off)
67-
KUBERNETES_DEPLOYMENTS_REVISION_HISTORY_LIMIT | how many [revisions][[kubernetes-deployment-revision]] Kubernetes keeps around of a given Deployment (default: all revisions)
67+
KUBERNETES_DEPLOYMENTS_REVISION_HISTORY_LIMIT | how many [revisions][kubernetes-deployment-revision] Kubernetes keeps around of a given Deployment (default: all revisions)
6868

6969
### Deploy Timeout
7070

0 commit comments

Comments
 (0)