mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Remove mention of the execute flag
Have removed mention of the execute flag `-x` from the template command. Signed-off-by: Thomas O'Donnell <andy.tom@gmail.com>
This commit is contained in:
parent
5efa181618
commit
c5a63811b7
1 changed files with 0 additions and 4 deletions
|
|
@ -40,10 +40,6 @@ This does not require Helm. However, any values that would normally be
|
|||
looked up or retrieved in-cluster will be faked locally. Additionally, none
|
||||
of the server-side testing of chart validity (e.g. whether an API is supported)
|
||||
is done.
|
||||
|
||||
To render just one template in a chart, use '-x':
|
||||
|
||||
$ helm template foo mychart -x templates/deployment.yaml
|
||||
`
|
||||
|
||||
func newTemplateCmd(out io.Writer) *cobra.Command {
|
||||
|
|
|
|||
Loading…
Reference in a new issue