diff --git a/admission-webhook/deploy/deploy-gmsa-webhook.sh b/admission-webhook/deploy/deploy-gmsa-webhook.sh index d39a7336..3457a593 100755 --- a/admission-webhook/deploy/deploy-gmsa-webhook.sh +++ b/admission-webhook/deploy/deploy-gmsa-webhook.sh @@ -163,6 +163,9 @@ main() { TOLERATIONS=' tolerations: - key: node-role.kubernetes.io/master + operator: Exists + effect: NoSchedule + - key: node-role.kubernetes.io/control-plane operator: Exists effect: NoSchedule' fi