Skip to content

Commit

Permalink
docs: change quick-start guide to use quick-start install
Browse files Browse the repository at this point in the history
The quick start guide used the regular install.yaml for installation
which does not configure the default user to be a valid service
account to execute a workflow. This causes any example
executions to fail. However the quick-start-minimal.yaml
installation does configure this and is clearly suited for this
doc so switch to that. fixes argoproj#12391

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
  • Loading branch information
cardoe committed Jan 2, 2024
1 parent 8235eab commit 4ffd825
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 4ffd825

Please sign in to comment.