diff --git a/helm-chart/binderhub/templates/dind/daemonset.yaml b/helm-chart/binderhub/templates/dind/daemonset.yaml index 539a910ff..0bf57c6db 100644 --- a/helm-chart/binderhub/templates/dind/daemonset.yaml +++ b/helm-chart/binderhub/templates/dind/daemonset.yaml @@ -9,6 +9,15 @@ spec: selector: matchLabels: name: {{ .Release.Name }}-dind + tolerations: + - effect: NoSchedule + key: hub.jupyter.org/dedicated + operator: Equal + value: user + - effect: NoSchedule + key: hub.jupyter.org_dedicated + operator: Equal + value: user template: metadata: labels: