Simplified argocd helm chart configuration
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user