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)