github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_repo_add.md (about) 1 ## helm repo add 2 3 add a chart repository 4 5 ### Synopsis 6 7 8 add a chart repository 9 10 ``` 11 helm repo add [flags] [NAME] [URL] 12 ``` 13 14 ### Options 15 16 ``` 17 --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle 18 --cert-file string identify HTTPS client using this SSL certificate file 19 --key-file string identify HTTPS client using this SSL key file 20 --no-update raise error if repo is already registered 21 ``` 22 23 ### Options inherited from parent commands 24 25 ``` 26 --debug enable verbose output 27 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 28 --host string address of Tiller. Overrides $HELM_HOST 29 --kube-context string name of the kubeconfig context to use 30 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 31 --tiller-namespace string namespace of Tiller (default "kube-system") 32 ``` 33 34 ### SEE ALSO 35 * [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories 36 37 ###### Auto generated by spf13/cobra on 7-Nov-2017