From 5ae8e86895e837029852d86aa1d1616cfa1b55a5 Mon Sep 17 00:00:00 2001 From: diabhey Date: Sat, 4 Feb 2023 11:01:12 +0100 Subject: [PATCH] chore: disable ha-argocd --- infrastructure/terraform/argocd-helm-config.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/terraform/argocd-helm-config.tf b/infrastructure/terraform/argocd-helm-config.tf index 612e7be..9015227 100644 --- a/infrastructure/terraform/argocd-helm-config.tf +++ b/infrastructure/terraform/argocd-helm-config.tf @@ -10,8 +10,8 @@ resource "helm_release" "argocd" { # Additional Helm values - - values = [ - file(var.argocd_additional_helm_values_file) - ] + # Enable if you want to install high-availability argocd + # values = [ + # file(var.argocd_additional_helm_values_file) + # ] }