MonkeyCanCode commented on code in PR #2939: URL: https://github.com/apache/polaris/pull/2939#discussion_r2483022117
########## helm/polaris/README.md: ########## @@ -142,11 +165,13 @@ The following tools are required to run the tests: * [Helm Unit Test](https://github.com/helm-unittest/helm-unittest) * [Chart Testing](https://github.com/helm/chart-testing) +* [yamllint](https://github.com/adrienverge/yamllint) Quick installation instructions for these tools: ```bash helm plugin install https://github.com/helm-unittest/helm-unittest.git brew install chart-testing +brew install yamllint Review Comment: @olsoloviov thanks for the change. Please update https://github.com/apache/polaris/blob/main/Makefile#L27 to include this new dependency. ########## site/content/in-dev/unreleased/helm.md: ########## @@ -22,36 +22,22 @@ type: docs weight: 675 Review Comment: For this file, you can use `make helm-doc-generate` to generate instead of manual edit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
