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)