From 1a55e3a92970548b91f27686ad9a79ecdd18818a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Tue, 18 Jun 2024 17:32:05 +0200 Subject: [PATCH] fix --- share/organisation/ci-space.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/share/organisation/ci-space.tf b/share/organisation/ci-space.tf index 0726d61..a3128c3 100644 --- a/share/organisation/ci-space.tf +++ b/share/organisation/ci-space.tf @@ -1,5 +1,6 @@ resource "kubernetes_namespace_v1" "ns-tekton" { count = var.haveGitea && var.haveTekton?1:0 + ignore_fields = ["metadata.labels"] metadata { annotations = local.annotations labels = merge(local.common_labels, local.annotations)