Skip to content

Helm supports both .yml and .yaml#6096

Merged
jeffwidman merged 1 commit into
mainfrom
helm-supports-yml-and-yaml
Nov 9, 2022
Merged

Helm supports both .yml and .yaml#6096
jeffwidman merged 1 commit into
mainfrom
helm-supports-yml-and-yaml

Conversation

@jeffwidman
Copy link
Copy Markdown
Member

While pairing with @bdragon, he noticed this check is only looking for *.yaml files. However, we suspect Helm also supports .yml files.

I found mention of values.yml in their documentation: https://v2.helm.sh/docs/developing_charts/#chart-development-tips-and-tricks

So we should support it as well.

Co-authored-by: Bryan Dragon bdragon@github.com

@jeffwidman jeffwidman requested a review from a team as a code owner November 9, 2022 21:31
@jeffwidman jeffwidman force-pushed the helm-supports-yml-and-yaml branch from 17281f7 to 07bf22b Compare November 9, 2022 21:37
@jeffwidman jeffwidman changed the title Helm supports both .yml and .yaml. Helm supports both .yml and .yaml Nov 9, 2022
While pairing with `@bdragon`, he noticed this check is only looking for
`*.yaml` files. However, we suspect Helm also supports `.yml` files.

I found mention of `values.yml` in their documentation:
https://v2.helm.sh/docs/developing_charts/#chart-development-tips-and-tricks

So we should support it as well.

Co-authored-by: Bryan Dragon <bdragon@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants