cert-manager/devel/addon
jetstack-bot af47ae4e5b
Merge pull request #4914 from maelvls/install.mk
Make: move the end-to-end tests from Bazel to Make with the new commands "make e2e-setup" and "make e2e"
2022-03-17 09:00:35 +00:00
..
bind addons: add Traefik to be used for HTTP-01 HTTPRoute solving 2021-08-02 17:17:44 +02:00
certmanager Adds log output for what feature gates are enabled when installing from 2022-02-11 17:31:10 +00:00
gatewayapi Add contour, weed out some more references to v1alpha1 2022-03-01 15:05:19 +00:00
ingressnginx Installs v1 ingress-nginx for e2e tests against kube 1.23 2021-11-29 10:14:58 +00:00
kyverno Fix the kyvernopre image name 2021-11-08 14:23:23 +00:00
pebble Run Pebble with runAsNonRoot 2021-05-20 17:53:37 +01:00
projectcontour Tidy imports and copyright preamble 2022-03-01 15:05:25 +00:00
sample-external-issuer e2e: sample-external-issuer v0.1.0 -> v0.1.1 (1.22 compatibility) 2021-07-22 21:13:39 +02:00
samplewebhook rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
vault e2e: rename Vault's image from vault:bazel to local/vault:local 2022-03-13 12:11:35 +01:00
README.md Create devel directory and use it for e2e tests 2020-01-22 22:08:27 +00:00

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.