This was done by running the following command twice: ```bash grep -Ri "github.com/jetstack/cert-manager" . | \ cut -d":" -f1 | \ sort | \ uniq | \ xargs sed -i "s/github.com\/jetstack\/cert-manager/github.com\/cert-manager\/cert-manager/" ``` Signed-off-by: Ashley Davis <ashley.davis@jetstack.io> |
||
|---|---|---|
| .. | ||
| bind | ||
| certmanager | ||
| gatewayapi | ||
| haproxy | ||
| ingressnginx | ||
| kyverno | ||
| pebble | ||
| sample-external-issuer | ||
| samplewebhook | ||
| traefik | ||
| vault | ||
| README.md | ||
End-to-end test addons
This directory contains code for deploying instances of addons used during end-to-end tests and whilst developing.
This includes things like Vault, ingress-nginx and Pebble amongst others.
These tools are designed to be easily reusable during tests or by developers when testing out new features or writing tests.