diff --git a/share/organisation/stages.tf b/share/organisation/stages.tf index 26f1c27..1d5c6eb 100644 --- a/share/organisation/stages.tf +++ b/share/organisation/stages.tf @@ -35,6 +35,7 @@ locals { } resource "kubernetes_namespace_v1" "ns" { + ignore_fields = ["metadata.labels"] count = length(local.sorted-stages) metadata { annotations = local.annotations