diff --git a/modules/nodes-scheduler-taints-tolerations-adding-machineset.adoc b/modules/nodes-scheduler-taints-tolerations-adding-machineset.adoc index f1294e5938..1972d932ce 100644 --- a/modules/nodes-scheduler-taints-tolerations-adding-machineset.adoc +++ b/modules/nodes-scheduler-taints-tolerations-adding-machineset.adoc @@ -37,15 +37,11 @@ For example: [source,yaml] ---- spec: -.... - template: -.... - spec: - tolerations: - - key: "key1" - operator: "Exists" - effect: "NoExecute" - tolerationSeconds: 3600 + tolerations: + - key: "key1" + operator: "Exists" + effect: "NoExecute" + tolerationSeconds: 3600 ---- . Add the taint to the `MachineSet` object: