helm release argocd

From wikieduonline
Revision as of 15:42, 16 July 2024 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: