Skip to content

Commit

Permalink
fix: Doc: Argo Workflow apply command link 404 #2737 (#2739)
Browse files Browse the repository at this point in the history
Signed-off-by: Son Bui <[email protected]>
  • Loading branch information
sonbui00 authored Aug 10, 2023
1 parent 4c6bb16 commit 97c244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to any type of event-source.
(See [this](https://github.com/argoproj/argo-workflows/blob/master/docs/managed-namespace.md) link.)
The Workflow Controller will need to be installed either in a cluster-scope configuration (i.e. no "--namespaced" argument) so that it has visibility to all namespaces, or with "--managed-namespace" set to define "argo-events" as a namespace it has visibility to. To deploy Argo Workflows with a cluster-scope configuration you can use this installation yaml file:

kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/install.yaml
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/latest/download/install.yaml

- Make sure to read the concepts behind
[eventbus](https://argoproj.github.io/argo-events/concepts/eventbus/).
Expand Down

0 comments on commit 97c244b

Please sign in to comment.