helm release argocd
Jump to navigation
Jump to search
resource "helm_release" "argocd" { repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" name = "argocd" namespace = "argocd" }
Advertising: