From 6e5f52d7c35fc80a1b3f19356565340580d7a025 Mon Sep 17 00:00:00 2001 From: Boris Komraz Date: Fri, 27 Oct 2023 23:50:40 +0300 Subject: [PATCH] render values by tpl function Signed-off-by: Boris Komraz --- charts/argo-cd/README.md.gotmpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/argo-cd/README.md.gotmpl b/charts/argo-cd/README.md.gotmpl index f24fa9e0..7b827ed5 100644 --- a/charts/argo-cd/README.md.gotmpl +++ b/charts/argo-cd/README.md.gotmpl @@ -561,9 +561,8 @@ server: ``` ``` -helm install my-release argo/argo-cd --context env1 -f env/global/configuration/env1-values.yaml -helm install my-release argo/argo-cd --context env2 -f env/global/configuration/env2-values.yaml - +helm install my-release argo/argo-cd --context env1 -n argocd -f env/global/configuration/env1-values.yaml +helm install my-release argo/argo-cd --context env2 -n argocd -f env/global/configuration/env2-values.yaml ``` @@ -594,4 +593,4 @@ Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/ [tini]: https://github.com/argoproj/argo-cd/pull/12707 [EKS EoL]: https://endoflife.date/amazon-eks [Kubernetes Compatibility Matrix]: https://argo-cd.readthedocs.io/en/stable/operator-manual/installation/#supported-versions -[reference other values]: https://github.com/bkomraz1/argo-helm/blob/render-values-by-tpl-func/charts/argo-cd/README.md#reference-other-values +[reference other values]: https://github.com/argoproj/argo-helm/blob/render-values-by-tpl-func/charts/argo-cd/README.md#reference-other-values