Helm release argocd

From wikieduonline
Revision as of 15:41, 16 July 2024 by Welcome (talk | contribs) (Created page with " resource "helm_release" "argocd" { repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" name = "argocd" namespace = "argocd" } {{hi a...")
(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: