diff --git a/getting-started/templates/node-selectors.yaml b/getting-started/templates/node-selectors.yaml index 2e03513a..3fe09fda 100644 --- a/getting-started/templates/node-selectors.yaml +++ b/getting-started/templates/node-selectors.yaml @@ -24,7 +24,11 @@ global: # Tolerations for node taints to allow the pod to be scheduled on tainted nodes. servicesTolerations: &servicesTolerations [] - notebookExecutionTolerations: ¬ebookExecutionTolerations [] + notebookExecutionTolerations: ¬ebookExecutionTolerations + - key: "notebook_execution" + operator: "Equal" + value: "true" + effect: "NoSchedule" jupyterTolerations: &jupyterTolerations - key: hub.jupyter.org/dedicated operator: "Equal"