fix
This commit is contained in:
@@ -22,7 +22,7 @@ locals {
|
||||
}
|
||||
|
||||
resource "kubernetes_namespace_v1" "infra-ns" {
|
||||
count = ( var.dns.enable || var.okd.enable )? 1 : 0
|
||||
count = ( var.dns.enable || var.okd.enable || var.gramo.enable )? 1 : 0
|
||||
metadata {
|
||||
annotations = local.annotations
|
||||
labels = merge(local.common-labels, local.annotations)
|
||||
|
||||
Reference in New Issue
Block a user