mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
693 B
693 B
CONTRIBUTING
Install Pre-requisites
-
Install asdf if not already installed. See asdf's installation instructions here.
-
Install go using asdf:
asdf plugin add golang asdf install
Run Tests
You will need to provide your own IBM Cloud Internet Services instance to run the tests.
Once you have provisioned the instance, update testdata/ibm-cloud-cis/config.json with your instance's CRN.
You can run the test suite with:
IBMCLOUD_API_KEY=<your_api_key> TEST_ZONE_NAME=example.com TEST_DNS_RECORD=test.example.com make test