helm release argocd

From wikieduonline
Jump to navigation Jump to search

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


helm install argocd, helm_release argocd

Advertising: