Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 311 Bytes

File metadata and controls

11 lines (8 loc) · 311 Bytes

Cert-Manager ACME DNS01 Webhook Solver for STACKIT DNS Manager

testdata Directory

Copy the example Secret files, replacing $STACKIT_TOKEN with your STACKIT API token:

$ export STACKIT_TOKEN=$(echo -n "<token>" | base64)
$ envsubst < testdata/stackit/secret.yaml.example | kubectl apply -f -