Skip to content

Commit

Permalink
docs: we only have one Controller now (#2169)
Browse files Browse the repository at this point in the history
* docs: we only have one Controller now

Signed-off-by: Julie Vogelman <julie_vogelman@intuit.com>
  • Loading branch information
juliev0 authored Sep 5, 2022
1 parent d15693f commit 3a5d90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

kubectl create namespace argo-events

2. Deploy Argo Events, SA, ClusterRoles, Sensor Controller, EventBus Controller and EventSource Controller.
2. Deploy Argo Events SA, ClusterRoles, and Controller for Sensor, EventBus, and EventSource.

kubectl apply -f https://raw.githubusercontent.com/argoproj/argo-events/stable/manifests/install.yaml
# Install with a validating admission controller
Expand Down Expand Up @@ -57,7 +57,7 @@

kubectl create namespace argo-events

2. Deploy Argo Events, SA, Roles, Sensor Controller, EventBus Controller and EventSource Controller.
2. Deploy Argo Events SA, ClusterRoles, and Controller for Sensor, EventBus, and EventSource.

kubectl apply -f https://raw.githubusercontent.com/argoproj/argo-events/stable/manifests/namespace-install.yaml

Expand Down

0 comments on commit 3a5d90a

Please sign in to comment.