Skip to content
Snippets Groups Projects
Commit f12b84ec authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

add toleration

parent 3fdd56fc
Branches
No related tags found
No related merge requests found
...@@ -15,4 +15,7 @@ helm: ...@@ -15,4 +15,7 @@ helm:
tolerations: tolerations:
- effect: NoSchedule - effect: NoSchedule
key: node-role.kubernetes.io/controlplane key: node-role.kubernetes.io/controlplane
operator: Exists value: "true"
- effect: NoExecute
key: node-role.kubernetes.io/etcd
value: "true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment