about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-07-29T23·12+0200
committerVincent Ambo <tazjin@gmail.com>2017-08-04T21·11+0200
commit4adc8f2c4c9c3eabc086b329e4af9477bb0eee92 (patch)
treef98be35d2e4f5fba5955e661ac86088e9f00922c /README.md
parent55499689589b605ee736bc8334f4391cdfd2a27c (diff)
docs resource-sets: Document resource set structure
Documents the structure of resource sets and the fields necessary for including
them in cluster configurations.

Also adds some words about nested resource sets and the like.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a31cd69d6..d287f6001b 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ Check out a Kontemplate setup example and the feature list below!
 
 * [Simple, yet powerful templates](docs/templates.md)
 * [Clean cluster configuration files](docs/cluster-config.md)
+* [Resources organised as simple resource sets](docs/resource-sets.md)
 * [Integration with pass](docs/pass.md)
 * [Integration with kubectl](docs/kubectl.md)