How do I preserve double quotes when executing kubectl exec over ssh?
The context is that I want to write a /tmp/policy.hcl file inside a HashiCorp Vault container from a remote machine that I can then use to write a policy. I am struggling to preserve the double quotes in the file.