Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
docs: Helm client version and repo import flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Dec 11, 2019
1 parent 569298a commit 2f2f6e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/references/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ take action accordingly.
| `--kubeconfig` | | Path to a kubeconfig. Only required if out-of-cluster.
| `--master` | | The address of the Kubernetes API server. Overrides any value in kubeconfig. Only required if out-of-cluster.
| `--allow-namespace` | | If set, this limits the scope to a single namespace. if not specified, all namespaces will be watched.
| **Helm options**
| `--enabled-helm-versions` | `v2,v3` | The Helm client versions supported by this operator instance
| `--helm-repository-import` | | Targeted version and the path of the Helm repository index to import, i.e. `v3=/tmp/v3/index.yaml,v2=/tmp/v2/index.yaml`
| **Tiller options**
| `--tiller-ip` | | Tiller IP address. Only required if out-of-cluster.
| `--tiller-port` | | Tiller port.
Expand Down

0 comments on commit 2f2f6e2

Please sign in to comment.