This commit is contained in:
2024-01-19 16:53:25 +01:00
parent 88a73e2a2d
commit e147cf9296
4 changed files with 307 additions and 276 deletions

View File

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