Is it not possible to use helm-diff with a tiller that requires cert authentication?
For normal helm commands I can use the appropriate flags: helm list --tls --tiller-namespace ns, but helm diff revision my-release 2 --tls --tiller-namespace ns throws Error: unknown flag: --tls.
Am I just messing up the syntax or is this not supported?