From 69c83f9df8f697f712f2afbbaedb7ced5ad7afd1 Mon Sep 17 00:00:00 2001 From: Raghu Date: Sat, 22 Oct 2022 15:30:02 +0530 Subject: [PATCH] Update building-deployer-helm.md --- docs/building-deployer-helm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building-deployer-helm.md b/docs/building-deployer-helm.md index 8f434b33..f2bd9f5c 100644 --- a/docs/building-deployer-helm.md +++ b/docs/building-deployer-helm.md @@ -275,7 +275,7 @@ file is that values from the upstream chart can be respecified here. For example, to override `wordpressUsername`, this top level values file can specify a new value for `wordpress.wordpressUsername`. For more details, see helm's -[documentation](https://github.com/helm/helm/blob/master/docs/chart_template_guide/subcharts_and_globals.md#overriding-values-from-a-parent-chart). +[documentation](https://helm.sh/docs/chart_template_guide/subcharts_and_globals#overriding-values-from-a-parent-chart). Run the following helm command to download the wordpress chart. @@ -313,7 +313,7 @@ See this [document](schema.md) for more references. ### Declare RBAC requirements (and disable RBAC in the chart) While helm -[recommends](https://github.com/helm/helm/blob/master/docs/chart_best_practices/rbac.md) +[recommends](https://helm.sh/docs/chart_best_practices/rbac) that charts should create RBAC resources by default, Marketplace requires that charts __must not__ create k8s service accounts or RBAC resources.