Unset/remove default value in helm values.yaml
I have a downloaded file through helm inspect called sftp.yaml I have a parameter in that sftp.yaml file:- sftp: allowedMACs: "hmac-sha2-512" allowedCiphers: aes256-ctr Now if i install the corresponding helm chart after commenting out the entire line of "allowedMACs" from custom values files i.e. "sftp.yaml", then K8s takes the delta of sftp.yaml and the ac