We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c19b4f commit 3c8b26eCopy full SHA for 3c8b26e
testing/chainsaw/README
@@ -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
21
+chainsaw test --config ./e2e/config.yaml --values ./e2e/values.yaml --test-dir e2e
22
0 commit comments