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

@@ -87,11 +87,6 @@ options:
examples:
- true
type: boolean
autoCI:
default: true
examples:
- true
type: boolean
backups:
default:
enable: false
@@ -255,6 +250,11 @@ options:
type: string
type: object
type: array
haveFlux:
default: false
examples:
- false
type: boolean
haveGitea:
default: false
examples:

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