From c79e729e4d587da13c28d6bf0937c79ac1212a67 Mon Sep 17 00:00:00 2001 From: Joe Lee Date: Tue, 9 May 2023 14:19:07 +0800 Subject: [PATCH] update readme Signed-off-by: Joe Lee --- charts/argocd-apps/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argocd-apps/README.md b/charts/argocd-apps/README.md index bc0d0685..0e5bbbe2 100644 --- a/charts/argocd-apps/README.md +++ b/charts/argocd-apps/README.md @@ -31,6 +31,7 @@ $ helm install my-release argo/argocd-apps | applications | list | `[]` (See [values.yaml]) | Deploy Argo CD Applications within this helm release | | applicationsets | list | `[]` (See [values.yaml]) | Deploy Argo CD ApplicationSets within this helm release | | extensions | list | `[]` (See [values.yaml]) | Deploy Argo UI Extensions within this helm release | +| itemTemplates | list | `[]` (See [values.yaml]) | Deploy Argo CD Applications/ApplicationSets/Projects within this helm release | | projects | list | `[]` (See [values.yaml]) | Deploy Argo CD Projects within this helm release | ----------------------------------------------