Simplified argocd helm chart configuration

This commit is contained in:
Max Pfeiffer
2026-01-30 09:03:27 +01:00
parent 911b9c4c75
commit 035e676fd2
7 changed files with 59 additions and 74 deletions

View File

@@ -6,7 +6,7 @@ resource "helm_release" "argocd" {
repository = "https://argoproj.github.io/argo-helm"
namespace = kubernetes_namespace_v1.argocd.id
timeout = 120
set = local.argocd_values
set = var.argocd_helm_values
}
resource "helm_release" "cilium_lb_config" {