This commit is contained in:
2023-10-14 18:34:11 +02:00
parent c8423d1861
commit 05bd4eca8b
5 changed files with 379 additions and 370 deletions

View File

@@ -15,6 +15,9 @@ locals {
"app-group" = var.app-group
}
dbgate = { for k, v in var.apps.dbgate : k => v if k!="enable" }
# dbgate_pgs = flatten([for i in local.sorted-datasets: [
# for db in
# ] if i.engine=="pg" && i])
}
resource "kubernetes_namespace_v1" "apps-ns" {