ContainerImage.Pinniped/deploy_carvel/README.md

11 lines
307 B
Markdown
Raw Permalink Normal View History

2023-10-20 18:49:16 +00:00
# Deployment via Carvel Packages
The Carvel Package deployment method can be exercised via the following invocation:
```bash
PINNIPED_USE_LOCAL_KIND_REGISTRY=1 ./hack/prepare-for-integration-tests.sh \
--clean \
--alternate-deploy ./hack/noop.sh \
--post-install ./hack/build-carvel-packages.sh
```