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?
CodePudding user response:
Nope, sorry. Anything labeled "kubelet" or "feature gate" is cluster-level configuration and not something you can include in an application-level Helm chart.
