This commit is contained in:
2024-06-18 17:51:07 +02:00
parent 8097dd5e68
commit 0c6510fac3
2 changed files with 0 additions and 2 deletions

View File

@@ -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)

View File

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