Skip to content

Commit

Permalink
Update helm-chart-troubleshooting.md (#427)
Browse files Browse the repository at this point in the history
Fixed wrong file name being checked.
  • Loading branch information
zvigrinberg committed Apr 16, 2024
1 parent 784ac07 commit 95add10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/helm-chart-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down

0 comments on commit 95add10

Please sign in to comment.