From 472762f9549b0ae90d9bc41b830dc28bb95f58de Mon Sep 17 00:00:00 2001 From: xylo99 <31294442+xylo99@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:09:26 -0600 Subject: [PATCH] Update README.md to include correct link. Original used the same link on lines 184-185. The link to the chart.yaml fields are in the docs here: https://helm.sh/docs/chart_template_guide/builtin_objects/ --- 11-Helm-Dev-BuiltIn-Objects/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11-Helm-Dev-BuiltIn-Objects/README.md b/11-Helm-Dev-BuiltIn-Objects/README.md index 5d04e95..9e6de3e 100644 --- a/11-Helm-Dev-BuiltIn-Objects/README.md +++ b/11-Helm-Dev-BuiltIn-Objects/README.md @@ -182,6 +182,6 @@ File Glob: map[config-files/myconfig2.toml:[97 112 112 78 97 109 101 58 32 109 1 ## Additional Reference - [Helm Built-In Objects](https://helm.sh/docs/chart_template_guide/builtin_objects/) -- [Helm Chart.yaml Fields](https://helm.sh/docs/chart_template_guide/builtin_objects/) +- [Helm Chart.yaml Fields](https://helm.sh/docs/topics/charts/#the-chartyaml-file)