cert-manager / webhook-example

A cert-manager sample repository for creating an ACME DNS01 solver webhook
Apache License 2.0
107 stars 419 forks source link

Set up basic e2e test that deploys the webhook and ensures we can POST a challenge #2

Open munnerz opened 5 years ago

munnerz commented 5 years ago

This test probably doesn't need cert-manager itself running for the time being.

I think the test should cover:

In future we may want to explore having some form of extended e2e that actually deploys and runs a version of cert-manager too, but let's keep the scope small for now 😄