Files
proxmox-tofu/kubernetes/helm_releases.tf
2025-09-18 19:01:32 +02:00

9 lines
206 B
HCL

resource "helm_release" "argocd" {
name = "argo-cd"
namespace = "argocd"
chart = "argo-cd"
version = "8.3.1"
repository = "https://argoproj.github.io/argo-helm"
timeout = 120
}