From df407faf1e0a706eb6b2c068eeedfa770a3827df Mon Sep 17 00:00:00 2001 From: Boris Komraz Date: Fri, 27 Oct 2023 23:56:11 +0300 Subject: [PATCH] render values by tpl function Signed-off-by: Boris Komraz --- charts/argo-cd/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index af890ce7..6c753b3f 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -1220,7 +1220,7 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide ## Values that reference other values Some value may reference other values. -When to use it: For example in case of multiple environments you can use the same argocd values when environment specific +When you may use it? For example in case of multiple environments you can use the same argocd values when environment specific values are defined in separate environment file that is used by multiple helm charts ``` # env1-values.yaml @@ -1243,9 +1243,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 ``` ---------------------------------------------- @@ -1275,4 +1274,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/main/charts/argo-cd/README.md#reference-other-values