feat: add toleration
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 38s
lint-test-helm / validate-kubeconform (pull_request) Successful in 33s
render-manifests / render-manifests (pull_request) Successful in 35s

This commit is contained in:
2026-04-24 12:36:16 -05:00
parent c60678b182
commit b38ef40241

View File

@@ -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