Skip to content

Commit

Permalink
docs: change quick-start guide to use quick-start install. Fixes #12391
Browse files Browse the repository at this point in the history
… (#12445)

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
(cherry picked from commit bedd47f)
  • Loading branch information
cardoe authored and agilgur5 committed May 11, 2024
1 parent db3b1a2 commit b8d256d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Below is an example of the install commands (substitute `<<ARGO_WORKFLOWS_VERSIO

```bash
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v<<ARGO_WORKFLOWS_VERSION>>/install.yaml
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v<<ARGO_WORKFLOWS_VERSION>>/quick-start-minimal.yaml
```
### Patch argo-server authentication
Expand Down

0 comments on commit b8d256d

Please sign in to comment.