From 0c6510fac3ca94768ececc487574995eb6cab1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Tue, 18 Jun 2024 17:51:07 +0200 Subject: [PATCH] fix --- share/organisation/ci-space.tf | 1 - share/organisation/stages.tf | 1 - 2 files changed, 2 deletions(-) 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