olsoloviov commented on code in PR #2939: URL: https://github.com/apache/polaris/pull/2939#discussion_r2539714038
########## site/content/in-dev/unreleased/helm.md: ########## @@ -144,11 +214,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: It is not used directly in our samples, but It is required by `ct lint` -- 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]
