This commit is contained in:
2024-04-25 09:38:06 +02:00
parent 4c9b59faeb
commit 8295da1c9a
6 changed files with 20 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ resource "kubectl_manifest" "organisations" {
"datasets" = []
"haveGitea" = var.haveGitea
"haveTekton" = var.haveTekton
"autoCI" = var.autoCI
"haveFlux" = var.haveFlux
"autoCD" = var.autoCD
},
{ for k, v in local.sorted-organisations[count.index] : k => v if !contains(["name"], k) }