SAP-archive / ytt-lint

ytt lint validates ytt-templates and plain yaml-files. It is designed for Kubernetes artifacts, but works with other yaml-files.
Apache License 2.0
11 stars 2 forks source link

Support loading common libraries #29

Open blakebarnett opened 11 months ago

blakebarnett commented 11 months ago

We currently make use of a ytt-common library folder that gets loaded when we render our manifests. If we could add a configuration that specified a path to always load that would be awesome!

Fro example: ytt -f ytt-common -f other-directory-of-yaml-files-that-uses-ytt-common