Skip to content

Commit

Permalink
chore: unordered list formatting fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Feb 3, 2024
1 parent cbcb14c commit 271ac12
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,15 @@ make test-e2e
The E2E tests require a running kubernetes cluster. Currently, the namespace and webhook are deployed via helper make
targets. To run the tests the following is required:

- docker
- cosign (v2)
* docker
* cosign (v2)

To run the E2E tests, the following steps are required (in order):

- create a k3d local cluster for the tests and a local iamge registry (`make e2e-cluster`)
- signing keys are generated (`make e2e-keys`)
- a new `cosignwebhook` image is build and signed with a temp key (`make e2e-images`)
- the image is pushed to a local registry & deployed to the test cluster (`make e2e-deploy`)
* create a k3d local cluster for the tests and a local iamge registry (`make e2e-cluster`)
* signing keys are generated (`make e2e-keys`)
* a new `cosignwebhook` image is build and signed with a temp key (`make e2e-images`)
* the image is pushed to a local registry & deployed to the test cluster (`make e2e-deploy`)

To do all of the above, simply run `make e2e-prep`. Each step should also be able to be executed individually. To clean
up the E2E setup, run `make e2e-cleanup`. This will delete everything created by the E2E preparation.
Expand All @@ -158,8 +158,8 @@ CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o cosignw

## Credits

- Bruno Bressi <[email protected]>
- Frank Kloeker <[email protected]>
* Bruno Bressi <[email protected]>
* Frank Kloeker <[email protected]>

Life is for sharing. If you have an issue with the code or want to improve it, feel free to open an issue or an pull
request.
Expand Down

0 comments on commit 271ac12

Please sign in to comment.