Skip to content

Commit

Permalink
Merge pull request #27 from arthurlogilab/patch-1
Browse files Browse the repository at this point in the history
[README] update helm command to v3
  • Loading branch information
weeco authored Mar 7, 2021
2 parents 049bce8 + 5e91043 commit faad74a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Helm chart for deployment of kube-eagle in Kubernetes.
```bash
helm repo add kube-eagle https://raw.githubusercontent.com/cloudworkz/kube-eagle-helm-chart/master
helm repo update
helm install kube-eagle kube-eagle/kube-eagle
```

If using helm version 2 :

```bash
helm install --name=kube-eagle kube-eagle/kube-eagle
```

Expand Down

0 comments on commit faad74a

Please sign in to comment.