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