--- charts-original/templates/probe-webhook-post-install.yaml +++ charts/templates/probe-webhook-post-install.yaml @@ -28,8 +28,8 @@ imagePullSecrets: {{- .Values.postInstall.probeWebhook.image.pullSecrets | toYaml | nindent 12 }} {{- end }} - nodeSelector: - kubernetes.io/os: linux + nodeSelector: {{ include "linux-node-selector" . | nindent 8 }} + tolerations: {{ include "linux-node-tolerations" . | nindent 8 }} volumes: {{- include "gatekeeper.postInstallWebhookProbeVolume" . | nindent 8 }} containers: