Add PriorityClassName and Affinity to Helm Deployment Template
What is use case behind this feature:
PriorityClassName: Enable specifying priorityClassName on controller pods (eg. system-cluster-critical) as user might need to guarantee scheduling for controller pod within cluster
Affinity: Enable addition of nodeAffinity, podAffinity, podAntiAffinity. This will further improve resiliency of the pvc-autoresizer deployment together with the implemented leader election and available configuration for replicas.
What should the feature do:
What is use case behind this feature:
Pull Request Drafted #285