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