Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Allow overriding of resource set paths #71

Merged
merged 2 commits into from
Jul 13, 2017
Merged

Conversation

tazjin
Copy link
Owner

@tazjin tazjin commented Jul 13, 2017

Instead of always inferring the path at which files in a resource set
are located, let users override the path by specifying a path field.

This makes it possible to add the same resource set multiple times
with different values while still keeping distinct names for
addressability (for example when using include/exclude).

This fixes #70

tazjin added 2 commits July 13, 2017 16:01
Instead of always inferring the path at which files in a resource set
are located, let users override the path by specifying a `path` field.

This makes it possible to add the same resource set multiple times
with different values while still keeping distinct names for
addressability (for example when using include/exclude).

This fixes #70
@tazjin tazjin merged commit 5e7bb55 into master Jul 13, 2017
@tazjin tazjin deleted the refactor/explicit-paths branch July 13, 2017 14:07
tazjin added a commit that referenced this pull request Aug 22, 2017
This release comes with some new features, usability improvements and
a better build & release process.

Features:

* Documentation has been improved significantly, check out the new
  [README][] and follow the links within!
* Extra variables can now be loaded from files on disk. Simply specify
  a list of YAML/JSON files under the 'import' key in your cluster
  context file. Check out #66 for details!
* Resource set paths can now be overridden by users. By default it is
  assumed that the path to a resource set is the same as its name,
  however this is now user-controllable.
  This means the same resource set can be included multiple times
  under different names, for easier including/excluding. See #71 for
  details!
* Kontemplate is currently getting a website that is under construction
  at [kontemplate.works][] - feel free to check it out and
  [give feedback][]!

Fixes:

* Windows release binaries now have the correct filename
* Several potential warning and error messages have been improved

Release binaries are signed with GPG key `66F505681DB8F43B` which is
verified on my Github profile.

[README]: https://github.com/tazjin/kontemplate/blob/master/README.md
[kontemplate.works]: http://kontemplate.works/
[give feedback]: https://github.com/tazjin/kontemplate-website/issues
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decouple resource set name and path
1 participant