Skip to content

Commit 3c8b26e

Browse files
committed
Add Chainsaw README
Instructions for how to run the tests
1 parent 2c19b4f commit 3c8b26e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

testing/chainsaw/README

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
# README
3+
4+
## Install PGO
5+
6+
```shell
7+
kubectl apply -k kustomize/install/namespace
8+
kubectl apply --server-side -k kustomize/install/default
9+
```
10+
11+
## Configure Image Pull Secrets
12+
13+
If your images are not publicly accessible, you will need to configure ImagePullSecrets.
14+
Kyverno Policies can be used to inject them into the tests for you.
15+
See [README](./policies/README) for the details.
16+
17+
18+
## Run Chainsaw
19+
20+
```shell
21+
chainsaw test --config ./e2e/config.yaml --values ./e2e/values.yaml --test-dir e2e
22+
```

0 commit comments

Comments
 (0)