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

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