Skip to content
Open
Show file tree
Hide file tree
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
22 changes: 22 additions & 0 deletions testing/chainsaw/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

# README

## Install PGO

```shell
kubectl apply -k kustomize/install/namespace
kubectl apply --server-side -k kustomize/install/default
```

## Configure Image Pull Secrets

If your images are not publicly accessible, you will need to configure ImagePullSecrets.
Kyverno Policies can be used to inject them into the tests for you.
See [README](./policies/README) for the details.


## Run Chainsaw

```shell
chainsaw test --config ./e2e/config.yaml --values ./e2e/values.yaml --test-dir e2e
```
Loading