Skip to content

Commit

Permalink
suc: add tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
cubic3d committed Dec 27, 2024
1 parent 7117929 commit ea9c702
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ spec:
fsGroupChangePolicy: OnRootMismatch
seccompProfile:
type: RuntimeDefault
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule

serviceAccount:
create: true
Expand Down

0 comments on commit ea9c702

Please sign in to comment.