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>
  • Loading branch information
cardoe committed Jan 3, 2024
1 parent d1cae63 commit bedd47f
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 @@ -24,7 +24,7 @@ Below is an example of the install commands, ensure that you update the command

```yaml
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 bedd47f

Please sign in to comment.