github.com/valdemarpavesi/helm@v2.9.1+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 --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 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 33 --tiller-namespace string namespace of Tiller (default "kube-system") 34 ``` 35 36 ### SEE ALSO 37 * [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories 38 39 ###### Auto generated by spf13/cobra on 8-Mar-2018