github.com/koderover/helm@v2.17.0+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 of the kubeconfig file to be used
    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 16-May-2019