fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user