k8up
k8up copied to clipboard
Helm cleanup hook does not allow configuration of affinity and tolerations
Summary
As "Cluste Operator"
I want "to specify affinity and tolerations of helm cleanup hook pod"
So that "the pod can be scheduled on a cluster where all nodes have taints"
Context
All our nodes are tainted, and we have to explicitly select a node group to schedule pods to.
Out of Scope
No response
Further links
No response
Acceptance Criteria
- affinity can be specified for all helm hooks
- tolerations can be specified for all helm hooks
Implementation Ideas
add the required configuration to helm template