Skip to content
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

Helm validation using Mega-Linter :) #2

Open
nvuillam opened this issue Jan 21, 2021 · 0 comments
Open

Helm validation using Mega-Linter :) #2

nvuillam opened this issue Jan 21, 2021 · 0 comments

Comments

@nvuillam
Copy link

nvuillam commented Jan 21, 2021

Hi, I saw that you are trying to do a Mega-Linter plugin to validate helm file with JSON schema stored on schemastore.com :)

I'm glad to tell you that.... you don't need a plugin, as v8r is included in base Mega-Linter :)

If you have a helmfile in a repo, identified by schemastore ->

       "helmfile.yaml",
        "helmfile.d/**/*.yaml"

, Mega-Linter will detect it and validate it with schemastore JSON schema definition :)
https://nvuillam.github.io/mega-linter/descriptors/json_v8r/

If you want to run only this check and not validate other JSON Schemas, you can define JSON_V8R_FILTER_REGEX_INCLUDE: (helmfile) in your .mega-linter.yml

Please let me know if I can provide you support for more industrialisation, maybe some remote .mega-linter.yml configuration, or .mega-linter.yml extension capabilities ? (maybe plugins containing just configuration ?)

Have a nice day :)

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

No branches or pull requests

1 participant