Replies: 2 comments 14 replies
-
This question sounds like it might be best addressed to helm. |
Beta Was this translation helpful? Give feedback.
5 replies
-
@vquie the conditions for detecting helm file are the following: https://megalinter.io/latest/descriptors/kubernetes_helm/#how-are-identified-applicable-files
What linter impacts which files in your repo ? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
we are currently in the middle of lifting mega linter into production state to clean our code. Also we are now facing an issue where I think mega-linter treats gotmpl in yaml files as json.
{{ … }}
would become{ { … } }
. We have disabled linting on these files with the regex exclude filter to avoid breaking changes.What is the best way, if any, to solve this?
We are using ci_light flavor with hosted GitLab on our own runners.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions