Skip to content

Commit

Permalink
Fix missing line continuation in command
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius authored Mar 28, 2024
1 parent 9bd8bf1 commit 7a0ffff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ You may use the `-f` or `--values` arguments to `helm upgrade` to specify a `val
helm upgrade --install agent-stack-k8s oci://ghcr.io/buildkite/helm/agent-stack-k8s \
--create-namespace \
--namespace buildkite \
--values values.yaml
--values values.yaml \
--version <agent-stack-k8s version>
```

Expand Down

0 comments on commit 7a0ffff

Please sign in to comment.