From e25433df116649141c981efe6b7faa861cfd81d5 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 21:45:32 +0000 Subject: [PATCH] fix: cleanup-controller version (#6100) (#6105) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché Co-authored-by: Charles-Edouard Brétéché --- .ko.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ko.yaml b/.ko.yaml index e2f6a21bc4..2128e378b8 100644 --- a/.ko.yaml +++ b/.ko.yaml @@ -13,3 +13,8 @@ builds: main: ./cmd/cli ldflags: - '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}' + +- id: cleanup-controller + main: ./cmd/cleanup-controller + ldflags: + - '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'