From b38ef40241e36ad4093d862ea5d78e37ece4b863 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 24 Apr 2026 12:36:16 -0500 Subject: [PATCH] feat: add toleration --- clusters/cl01tl/helm/openbao/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clusters/cl01tl/helm/openbao/values.yaml b/clusters/cl01tl/helm/openbao/values.yaml index e224f1a49..df3fc92ea 100644 --- a/clusters/cl01tl/helm/openbao/values.yaml +++ b/clusters/cl01tl/helm/openbao/values.yaml @@ -100,6 +100,11 @@ openbao: requests: cpu: 50m memory: 100Mi + pod: + tolerations: + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule agent: image: registry: quay.io