From cd1dca0d5e48860f771c5f60a87d5979ba4c9607 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Tue, 7 Oct 2025 09:49:54 +0200 Subject: [PATCH] fix(): test !! --- internal/k8s_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/k8s_test.go b/internal/k8s_test.go index 67d06ed..23f31ea 100644 --- a/internal/k8s_test.go +++ b/internal/k8s_test.go @@ -12,7 +12,8 @@ func TestGenerateIpPoolCRD(t *testing.T) { "metadata": { "name": "covidnetes-pool", "annotations": { - "argocd.argoproj.io/tracking-id": "cilium-lb:cilium.io/CiliumLoadBalancerIPPool:kube-system/covidnetes-pool" + "argocd.argoproj.io/tracking-id": "cilium-lb:cilium.io/CiliumLoadBalancerIPPool:kube-system/covidnetes-pool", + "managed-by": "canada-kaktus" } }, "spec": {