Skip to content

Commit

Permalink
chore: disable ha-argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
diabhey committed Feb 4, 2023
1 parent 1671cb5 commit 5ae8e86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/terraform/argocd-helm-config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# ]
}

0 comments on commit 5ae8e86

Please sign in to comment.