helm-www
helm-www copied to clipboard
helm template docs extra flags
--take-ownershipflag forhelm templatehas no effect.'helm template' only renders manifests locally and does not interact with Kubernetes,
so it cannot take ownership of existing resources
Originally posted by @TimaevAlexandr in 39b0f78
fixes https://github.com/helm/helm-www/pull/1788
Flags that also seem unnecessary for helm template:
--atomic
--create-namespace
--disable-openapi-validation
--dry-run
--enable-dns
--force
--is-upgrade
--pass-credentials
--password
--plain-http
--replace
--timeout
--wait
--wait-for-jobs
--take-ownership
The helm template command is kind like an dry-run install, so the flags are shared. It would be a change to helm itself and not the documentation.