You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to apply the kubernetes schema to all yaml or yml file in a directory, but not files containing the word values, since these are Helm files and the schema does not apply. With extended glob this is very easy to accomplish: **/k8s/**/!(*values).+(yaml|yml)". It does not seem to be working with coc-yaml. Is there a way to accomplish this task?
The text was updated successfully, but these errors were encountered:
Kubernetes for everything and has .yaml but then a specific filename such as kustomisation.yaml overrides the previous mach. Or better yet, takes precedence as it is more "specific".
Any way of doing this, or do we need to just wait for that upstream issue to be merged?
I'd like to apply the
kubernetes
schema to allyaml
oryml
file in a directory, but not files containing the wordvalues
, since these are Helm files and the schema does not apply. With extended glob this is very easy to accomplish:**/k8s/**/!(*values).+(yaml|yml)"
. It does not seem to be working withcoc-yaml
. Is there a way to accomplish this task?The text was updated successfully, but these errors were encountered: