From 8097dd5e68ebaabf2e1493f8eabe0b9ad53fda6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Tue, 18 Jun 2024 17:32:53 +0200 Subject: [PATCH] fix --- share/organisation/stages.tf | 1 + 1 file changed, 1 insertion(+) 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