diff --git a/README.md b/README.md index 0bfc0cd..b57a95e 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ clones repositories at a particular version, then overlays the repository to the provided destination. An alternate approach to "vendoring". What makes Gilt interesting, is the ability to overlay particular files and/or -directories from the specified repository to given destinations. This is quite -helpful for those using Ansible, since libraries, plugins, and playbooks are -often shared, but Ansible's [Galaxy][] has no mechanism to handle this. +directories from the specified repository to given destinations. Originally, +this was quite helpful for those using Ansible, since libraries, plugins, and +playbooks are often shared, but Ansible's [Galaxy][] has no mechanism to handle +this. Currently, this is proving useful for overlaying [Helm charts][].
@@ -34,6 +35,7 @@ and designed by [@nanotron][]. If you have some other use in mind, contact us. [Galaxy]: https://docs.ansible.com/ansible/latest/reference_appendices/galaxy.html +[Helm charts]: https://helm.sh/docs/topics/charts/ [MIT]: LICENSE [Creative Commons NoDerivatives 4.0 License]: https://creativecommons.org/licenses/by-nd/4.0/ [@nanotron]: https://github.com/nanotron diff --git a/docs/docs/intro.md b/docs/docs/intro.md index bc017b2..25e754e 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -16,7 +16,7 @@ What makes Gilt interesting, is the ability to overlay particular files and/or directories from the specified repository to given destinations. Originally, this was quite helpful for those using Ansible, since libraries, plugins, and playbooks are often shared, but Ansible's [Galaxy][] has no mechanism to handle -this. Currently, this is proving useful for overlaying [Helm charts]. +this. Currently, this is proving useful for overlaying [Helm charts][].