This commit is contained in:
2024-01-19 18:09:33 +01:00
parent ddf4bb9ccb
commit 481bccf591
4 changed files with 308 additions and 308 deletions

View File

@@ -143,7 +143,7 @@ locals {
}
resource "kubernetes_namespace_v1" "apps-ns" {
count = (var.apps.dbgate.enable || var.apps.okd.enable) ? 1 : 0
count = (var.apps.dbgate.enable || var.apps.okd.enable || var.apps.gramo.enable) ? 1 : 0
metadata {
annotations = local.annotations
labels = merge(local.common-labels, local.annotations)