Skip to content

Commit

Permalink
docs: Update helm installation (#2621)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
  • Loading branch information
joebowbeer committed May 23, 2023
1 parent 21624cc commit d5a0282
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ Use either [`cluster-install`](https://github.com/argoproj/argo-events/tree/stab

Make sure you have helm client installed. To install helm, follow <a href="https://docs.helm.sh/using_helm/">the link.</a>

1. Create namespace called argo-events.

1. Add `argoproj` repository.

helm repo add argo https://argoproj.github.io/argo-helm
Expand All @@ -116,7 +114,11 @@ Make sure you have helm client installed. To install helm, follow <a href="https

1. Install `argo-events` chart.

helm install argo-events argo/argo-events
helm install argo-events argo/argo-events -n argo-events --create-namespace

1. Deploy the eventbus.

kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/stable/examples/eventbus/native.yaml

### Migrate to v1.0.0

Expand Down

0 comments on commit d5a0282

Please sign in to comment.