From 82fc209912e62cb0acb3079b177b852ed3522e6a Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Thu, 23 May 2019 11:59:43 -0600 Subject: [PATCH] add user tolerations to dind daemonset --- helm-chart/binderhub/templates/dind/daemonset.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: