fix
This commit is contained in:
@@ -170,7 +170,7 @@ resource "kubectl_manifest" "okd" {
|
||||
}
|
||||
|
||||
resource "kubectl_manifest" "gramo" {
|
||||
count = var.apps.okd.enable ? 1 : 0
|
||||
count = var.apps.gramo.enable ? 1 : 0
|
||||
depends_on = [kubernetes_namespace_v1.apps-ns]
|
||||
yaml_body = <<-EOF
|
||||
apiVersion: "vynil.solidite.fr/v1"
|
||||
|
||||
Reference in New Issue
Block a user