diff --git a/docs/helm/helm_status.md b/docs/helm/helm_status.md index 45ff700ef..580dc56eb 100644 --- a/docs/helm/helm_status.md +++ b/docs/helm/helm_status.md @@ -23,15 +23,14 @@ helm status [flags] RELEASE_NAME ### Options ``` + --instance string if set, display status of an instance in assigned kind. + --kind string if set, display status of an assigned kind resource --revision int32 if set, display the status of the named release with revision --tls enable TLS for request --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") --tls-key string path to TLS key file (default "$HELM_HOME/key.pem") --tls-verify enable TLS for request and verify remote - --kind string if set, display status of an assigned kind resource (The kind of resorce is kubeneters - resource such as : service,ingress,deployment,pod,replicaset and so on) - --instance string if set, display status of an instance in assigned kind.(The paramater must along with "--kind") ``` ### Options inherited from parent commands