From 26db08931e66985e0535dd15734bd6c3711d8195 Mon Sep 17 00:00:00 2001 From: Michael Crenshaw Date: Tue, 25 Jan 2022 03:16:13 -0500 Subject: [PATCH] docs: add chart field to application.yaml (#8239) * docs: add chart field to application.yaml Signed-off-by: Michael Crenshaw * docs: more clarification Signed-off-by: Michael Crenshaw --- docs/operator-manual/application.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/operator-manual/application.yaml b/docs/operator-manual/application.yaml index 3c0186d70bb54..4da754b054fc0 100644 --- a/docs/operator-manual/application.yaml +++ b/docs/operator-manual/application.yaml @@ -4,7 +4,7 @@ metadata: name: guestbook # You'll usually want to add your resources to the argocd namespace. namespace: argocd - # Add a this finalizer ONLY if you want these to cascade delete. + # Add this finalizer ONLY if you want these to cascade delete. finalizers: - resources-finalizer.argocd.argoproj.io spec: @@ -13,11 +13,12 @@ spec: # Source of the application manifests source: - repoURL: https://github.com/argoproj/argocd-example-apps.git - targetRevision: HEAD - path: guestbook + repoURL: https://github.com/argoproj/argocd-example-apps.git # Can point to either a Helm chart repo or a git repo. + targetRevision: HEAD # For Helm, this refers to the chart version. + path: guestbook # This has no meaning for Helm charts pulled directly from a Helm repo instead of git. # helm specific config + chart: chart-name # Set this when pulling directly from a Helm repo. DO NOT set for git-hosted Helm charts. helm: # Extra parameters to set (same as setting through values.yaml, but these take precedence) parameters: