From e113e7e2d0ae8df632d3bf2b578e51389e789452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 12 May 2024 17:05:02 +0200 Subject: [PATCH] fix --- share/tekton-tasks/common.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/tekton-tasks/common.tf b/share/tekton-tasks/common.tf index be31959..47a6e0c 100644 --- a/share/tekton-tasks/common.tf +++ b/share/tekton-tasks/common.tf @@ -9,5 +9,5 @@ locals { "app.kubernetes.io/name" = var.component "app.kubernetes.io/instance" = var.instance } - common-labels = common_labels + common-labels = local.common_labels }