From 5b4f9ac2e1c14221db5cbacc851585b16be13b99 Mon Sep 17 00:00:00 2001 From: edgelessci Date: Thu, 30 Jan 2025 07:34:34 +0000 Subject: [PATCH] deps: tidy all modules --- internal/constellation/helm/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/constellation/helm/BUILD.bazel b/internal/constellation/helm/BUILD.bazel index 928681b90..e82a7dfb8 100644 --- a/internal/constellation/helm/BUILD.bazel +++ b/internal/constellation/helm/BUILD.bazel @@ -473,6 +473,7 @@ go_library( "charts/coredns/templates/deployment.yaml", "charts/coredns/templates/service.yaml", "charts/coredns/templates/serviceaccount.yaml", + "charts/aws-load-balancer-controller/templates/hpa.yaml", ], importpath = "github.com/edgelesssys/constellation/v2/internal/constellation/helm", visibility = ["//:__subpackages__"],