Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ Applying this manifest requires cluster administrator permissions:
$ kubectl apply -f https://github.com/shipwright-io/build/releases/latest/download/release.yaml --server-side=true
```

Run the following two scripts (also requires cluster administrator permissions)
to setup the webhook certificate and migrate the storage if required.

```bash $
$ curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/latest/hack/setup-webhook-cert.sh | bash

$ curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/latest/hack/storage-version-migration.sh | bash
```

## Installing Sample Build Strategies

The Shipwright community maintains a curated set of build strategies for popular build tools.
Expand Down
Loading