Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 534 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 534 Bytes

Development

Pipeline image

To build the image:

./scripts/pipeline-image build

To load the image to the local kind platform cluster:

./scripts/pipeline-image load

To push the image to ghcr.io:

./scripts/pipeline-image push

Testing

To test the promise install kratix, and then:

kubectl apply -f promise.yaml
./scripts/test promise

This asserts the Promise is installed correctly.

To test the resource request:

kubectl apply -f resource-request.yaml
./scripts/test resource-request