pvc-autoscaler
pvc-autoscaler copied to clipboard
Add Additional Parameters to the Helm Chart
Currently, the Helm chart for the PVC autoscaler project lacks support for parameters like podAnnotations
, tolerations
, and nodeSelector
.
Tasks:
- Update the values.yaml file to include the
podAnnotations
,tolerations
andnodeSelector
parameters - Update the chart template and ensure that these parameters will be templated in the right place
- Update the Helm chart version