Skip to content

Commit

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

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Raymond Chow <rchow@atlassian.com>
  • Loading branch information
cardoe authored and hittingray committed Jan 4, 2024
1 parent d1cae63 commit 0ab0299
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 0ab0299

Please sign in to comment.