Skip to content

Commit

Permalink
docs: fix typo in toleration required by operator
Browse files Browse the repository at this point in the history
  • Loading branch information
cpwc authored and tekton-robot committed Oct 14, 2021
1 parent a8681b8 commit 299edc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/TektonConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ On Kubernetes, `all` profile will install `TektonDashboard` and on OpenShift `Te
Config provides fields to configure deployments created by the Operator.
This provides following fields:
- [`nodeSelector`][node-selector]
- [`toleration`][toleration]
- [`tolerations`][tolerations]

User can pass the required fields and this would be passed to all Operator components which will get added in all
deployments created by Operator.
Expand All @@ -73,7 +73,7 @@ Example:
config:
nodeSelector:
key: value
toleration:
tolerations:
- key: "key1"
operator: "Equal"
value: "value1"
Expand Down Expand Up @@ -165,5 +165,5 @@ This is an `Optional` section.


[node-selector]:https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector
[toleration]:https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
[tolerations]:https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
[schedule]:https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#cron-schedule-syntax

0 comments on commit 299edc6

Please sign in to comment.