cert-manager + metallb configs
diff --git a/scripts/homelab/cert-manager-webhook-gandi/testdata/gandi/api-key.yaml.sample b/scripts/homelab/cert-manager-webhook-gandi/testdata/gandi/api-key.yaml.sample
new file mode 100644
index 0000000..94c40c0
--- /dev/null
+++ b/scripts/homelab/cert-manager-webhook-gandi/testdata/gandi/api-key.yaml.sample
@@ -0,0 +1,7 @@
+apiVersion: v1
+kind: Secret
+metadata:
+  name: gandi-api-key
+type: Opaque
+data:
+  key: <BASE64 API KEY>