Added config example and fixed helm installation

This commit is contained in:
Max Pfeiffer
2025-09-18 19:26:00 +02:00
parent 2d31e02b47
commit 55ebc7f11b
3 changed files with 19 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
resource "helm_release" "argocd" {
name = "argo-cd"
namespace = "argocd"
create_namespace = true
chart = "argo-cd"
version = "8.3.1"
repository = "https://argoproj.github.io/argo-helm"