From 95add10614a1dbb21507d33b065a8866c49473ac Mon Sep 17 00:00:00 2001 From: Zvi Grinberg <75700623+zvigrinberg@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:01:01 +0300 Subject: [PATCH] Update helm-chart-troubleshooting.md (#427) Fixed wrong file name being checked. --- docs/helm-chart-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helm-chart-troubleshooting.md b/docs/helm-chart-troubleshooting.md index f9ceae41..3ca64f5c 100644 --- a/docs/helm-chart-troubleshooting.md +++ b/docs/helm-chart-troubleshooting.md @@ -56,7 +56,7 @@ Note: The kubeVersion field will be used to detremine the OpenShift versions the ### `contains-values` v1.0 -Requires a ```values.schema``` file to be present in the chart. If the file is not present the check will fail. +Requires a ```values.yaml``` file to be present in the chart. If the file is not present the check will fail. See also helm documentation: [values](https://helm.sh/docs/chart_template_guide/values_files/) and [Best Practices for using values](https://helm.sh/docs/chart_best_practices/values/).