This commit is contained in:
2023-08-11 13:37:32 +02:00
parent f5e178943f
commit 74ead6c517
2 changed files with 129 additions and 129 deletions

View File

@@ -116,7 +116,7 @@ resource "kubectl_manifest" "apps" {
options: ${jsonencode(merge(local.global, local.apps))}
EOF
}
resource "kubectl_manifest" "apps" {
resource "kubectl_manifest" "mail" {
count = var.apps.enable ? 1 : 0
yaml_body = <<-EOF
apiVersion: "vynil.solidite.fr/v1"