-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Super-Linter (kubeval) complains on Helm chart templates #7
Comments
FTR: The kubeval plugin of Super-Linter is the one at https://github.com/instrumenta/kubeval Source: https://github.com/github/super-linter/blob/main/README.md?plain=1#L83 Kubeval documentation is available at https://www.kubeval.com/ Helm-specific documentation of kubeval is at https://www.kubeval.com/#helm |
Maybe some of those kubeval issues are related? For instance: instrumenta/kubeval#234 |
FYI @Raffone17:
|
@Raffone17 could you please comment with some helm commands which help me reproduce the issue from the main branch? |
Trying to reproduce issue on gmpowerhorse (Ubuntu 20.04.4 LTS) Logged in as sudo snap install helm --classic
mkdir -p ~/github/aquariophilie
cd ~/github/aquariophilie
git clone https://github.com/aquariophilie/node-koa-boilerplate
cd node-koa-boilerplate
git checkout -b fix/7-kubeval-errors
helm version
helm create test-helm
git status
git add -A
git commit -sm "Add test-helm"
git push -u origin fix/7-kubeval-errors Result:
|
Locally running docker run -it \
-v `pwd`/test-helm:/test-helm \
garethr/kubeval test-helm/* Result:
|
According to instrumenta/kubeval#312 (Docker image out of date)
The same errors are also reported using Docker image |
Example: see https://github.com/aquariophilie/node-koa-boilerplate/actions/runs/2195960529
The text was updated successfully, but these errors were encountered: