From b3bfb206ef8b068186d2f2ee7338a35cf1beabc4 Mon Sep 17 00:00:00 2001 From: Jasmin Oster Date: Tue, 26 Nov 2024 09:56:08 +0100 Subject: [PATCH] SYSENG-1828: Add external-dns-webhook Although it's not a library and likely not going to be imported, I add it here for consistency with other project. --- packages.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages.yaml b/packages.yaml index 06601118c1..79b37eb2be 100644 --- a/packages.yaml +++ b/packages.yaml @@ -3,3 +3,5 @@ - source: https://github.com/anexia/go-e5e.git targetName: e5e summary: Support library to help Go developers build Anexia e5e functions +- source: https://github.com/anexia/k8s-external-dns-webhook.git + targetName: external-dns-webhook