github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_get_notes.md (about) 1 ## helm get notes 2 3 Displays the notes of the named release 4 5 ### Synopsis 6 7 8 This command shows notes provided by the chart of a named release. 9 10 11 ``` 12 helm get notes [flags] RELEASE_NAME 13 ``` 14 15 ### Options 16 17 ``` 18 -h, --help help for notes 19 --revision int32 Get the notes of the named release with revision 20 --tls Enable TLS for request 21 --tls-ca-cert string Path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 22 --tls-cert string Path to TLS certificate file (default "$HELM_HOME/cert.pem") 23 --tls-hostname string The server name used to verify the hostname on the returned certificates from the server 24 --tls-key string Path to TLS key file (default "$HELM_HOME/key.pem") 25 --tls-verify Enable TLS for request and verify remote 26 ``` 27 28 ### Options inherited from parent commands 29 30 ``` 31 --debug Enable verbose output 32 --home string Location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 33 --host string Address of Tiller. Overrides $HELM_HOST 34 --kube-context string Name of the kubeconfig context to use 35 --kubeconfig string Absolute path of the kubeconfig file to be used 36 --tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300) 37 --tiller-namespace string Namespace of Tiller (default "kube-system") 38 ``` 39 40 ### SEE ALSO 41 42 * [helm get](helm_get.md) - Download a named release 43 44 ###### Auto generated by spf13/cobra on 16-May-2019