Skip to content

Commit

Permalink
Merge pull request #856 from jhamman/build_toleration
Browse files Browse the repository at this point in the history
add user tolerations to dind daemonset
  • Loading branch information
consideRatio authored May 23, 2019
2 parents 4209b9e + 82fc209 commit 8173491
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helm-chart/binderhub/templates/dind/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8173491

Please sign in to comment.