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 }