diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-07-29T23·12+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-08-04T21·11+0200 |
commit | 4adc8f2c4c9c3eabc086b329e4af9477bb0eee92 (patch) | |
tree | f98be35d2e4f5fba5955e661ac86088e9f00922c /README.md | |
parent | 55499689589b605ee736bc8334f4391cdfd2a27c (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.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 4a31cd69d6f5..d287f6001bea 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) |