Difference between revisions of "Helm release argocd"
Jump to navigation
Jump to search
(Created page with " resource "helm_release" "argocd" { repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" name = "argocd" namespace = "argocd" } {{hi a...") |
|||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | |||
resource "helm_release" "argocd" { | resource "helm_release" "argocd" { | ||
repository = "https://argoproj.github.io/argo-helm" | repository = "https://argoproj.github.io/argo-helm" |
Latest revision as of 15:42, 16 July 2024
resource "helm_release" "argocd" { repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" name = "argocd" namespace = "argocd" }
Advertising: