This commit is contained in:
2024-04-19 12:26:32 +02:00
parent b56a7de484
commit 81b47a5336
2 changed files with 6 additions and 0 deletions

View File

@@ -250,6 +250,11 @@ options:
examples:
- false
type: boolean
haveTekton:
default: false
examples:
- false
type: boolean
images:
default:
codeserver:

View File

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