Skip to content

Commit

Permalink
Merge pull request #139 from aledegano/main
Browse files Browse the repository at this point in the history
Direct installation requires `--server-side=true`
  • Loading branch information
openshift-merge-bot[bot] authored Nov 21, 2024
2 parents 14acfb7 + 0f01bd6 commit 0038e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ We also publish a Kubernetes manifest that installs Shipwright directly into the
Applying this manifest requires cluster administrator permissions:

```bash
$ kubectl apply -f https://github.com/shipwright-io/build/releases/latest/download/release.yaml
$ kubectl apply -f https://github.com/shipwright-io/build/releases/latest/download/release.yaml --server-side=true
```

## Installing Sample Build Strategies
Expand Down

0 comments on commit 0038e73

Please sign in to comment.