Managed to use Tiller well with a Hashicorp v1 k/v Vault.
However we're finding challenges Tiller not converting secrets for a v2 k/v Vault.
On Hashicorp's website v2 Vaults need to add in 'data' to the path of the k/v path, if using their API.
Do we need to do the same for Tiller and adjust the value somewhere? And if so, what is a working example? (As we get 405 errors when trying different variations of inserting 'data' to the path, etc).
Or is it more that Tiller needs to have an update to adjust for any v2 k/v Vaults by Hashicorp?