diff --git a/share/organisation/ci-space.tf b/share/organisation/ci-space.tf index a3128c3..0726d61 100644 --- a/share/organisation/ci-space.tf +++ b/share/organisation/ci-space.tf @@ -1,6 +1,5 @@ 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) diff --git a/share/organisation/stages.tf b/share/organisation/stages.tf index 1d5c6eb..26f1c27 100644 --- a/share/organisation/stages.tf +++ b/share/organisation/stages.tf @@ -35,7 +35,6 @@ locals { } resource "kubernetes_namespace_v1" "ns" { - ignore_fields = ["metadata.labels"] count = length(local.sorted-stages) metadata { annotations = local.annotations