From 4bd010a2ea674ea64de98439ad6ff7812d42a72d Mon Sep 17 00:00:00 2001 From: Dung Vu <dvu@csusb.edu> Date: Mon, 12 Aug 2024 22:21:23 -0700 Subject: [PATCH] Update values.template.yaml --- values.template.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/values.template.yaml b/values.template.yaml index 347f8d5..bc283f4 100644 --- a/values.template.yaml +++ b/values.template.yaml @@ -274,15 +274,12 @@ singleuser: fsGroup: 100 allowPrivilegeEscalation: true extraTolerations: -# - key: "nautilus.io/csusb" -# operator: "Exists" -# effect: "NoSchedule" -# - key: "nautilus.io/rynode" -# operator: "Exists" -# effect: "NoSchedule" - key: "nautilus.io/csu-tide" operator: "Exists" effect: "NoSchedule" + - key: "nautilus.io/csusb" + operator: "Exists" + effect: "NoSchedule" extraNodeAffinity: required: -- GitLab