Skip to content

Commit

Permalink
[DOCS] fix wrong default pod template example
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-edouard.breteche authored and tekton-robot committed Feb 4, 2020
1 parent aee09da commit e75ed7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ default pod template applied to `TaskRun` and `PipelineRun`.
The example below overrides the following :
- the default service account (`default`) to `tekton`
- the default timeout (60 minutes) to 20 minutes
- the default pod template to include an annotation preventing clusterautoscaler to evict a running task pod
- the default pod template to include a node selector to control the node where the pod will be scheduled by default
(see [here](./taskruns.md#pod-template) or [here](./pipelineruns.md#pod-template) for more infos on pod templates)
- the default `app.kuberrnetes.io/managed-by` label applied to all Pods created
to execute `TaskRun`s.
Expand All @@ -211,8 +211,8 @@ data:
default-service-account: "tekton"
default-timeout-minutes: "20"
default-pod-template: |
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: 'false'
nodeSelector:
kops.k8s.io/instancegroup: build-instance-group
default-managed-by-label-value: "my-tekton-installation"
```

Expand Down

0 comments on commit e75ed7d

Please sign in to comment.