This commit is contained in:
2024-06-18 17:32:53 +02:00
parent 1a55e3a929
commit 8097dd5e68

View File

@@ -35,6 +35,7 @@ locals {
} }
resource "kubernetes_namespace_v1" "ns" { resource "kubernetes_namespace_v1" "ns" {
ignore_fields = ["metadata.labels"]
count = length(local.sorted-stages) count = length(local.sorted-stages)
metadata { metadata {
annotations = local.annotations annotations = local.annotations