mirror of https://github.com/helm/helm
This commit changes the template sub-command argument `--api-versions` from `StringArrayVarP` to `StringSliceVarP`, to allow support for comma separated variables. This will allow users to use a syntax such as `--api-versions one,two,three` over `--api-versions one --api-versions two --api-versions three`. Fixes: #11485 Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>pull/11490/head
parent
7ed9d16dc7
commit
5aa316e1ee
Loading…
Reference in new issue