diff --git a/velero/helm-values.yaml b/velero/helm-values.yaml index b909332..72c1fab 100644 --- a/velero/helm-values.yaml +++ b/velero/helm-values.yaml @@ -43,6 +43,11 @@ nodeAgent: memory: 256Mi limits: memory: 1Gi + # Run on all nodes including control-plane for full backup coverage + tolerations: + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" # Configuration for backup storage configuration: