'Enable PVC protection via Helm

One can set for K8s:

kubeletArguments:
  feature-gates:
  - PVCProtection=true

I'd like to configure this with Helm. Can I set this in Helm so my PVC is protected for any deleting operation?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source