github.com/Beeketing/helm@v2.12.1+incompatible/docs/helm/helm_repo_remove.md (about) 1 ## helm repo remove 2 3 remove a chart repository 4 5 ### Synopsis 6 7 remove a chart repository 8 9 ``` 10 helm repo remove [flags] [NAME] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for remove 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --debug enable verbose output 23 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 24 --host string address of Tiller. Overrides $HELM_HOST 25 --kube-context string name of the kubeconfig context to use 26 --kubeconfig string absolute path to the kubeconfig file to use 27 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 28 --tiller-namespace string namespace of Tiller (default "kube-system") 29 ``` 30 31 ### SEE ALSO 32 33 * [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories 34 35 ###### Auto generated by spf13/cobra on 1-Aug-2018