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 /docs/cluster-config.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 'docs/cluster-config.md')
-rw-r--r-- | docs/cluster-config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cluster-config.md b/docs/cluster-config.md index 1bf4944e910f..3bc59a63057f 100644 --- a/docs/cluster-config.md +++ b/docs/cluster-config.md @@ -73,7 +73,7 @@ As mentioned above, extra variables can be loaded from additional YAML or JSON f have a file called `test-secrets.yaml` which contains variables that should be shared between a `test` and `dev` cluster, you could include it in your context as such: -``` +```yaml # test-secrets.yaml: mySecretVar: foo-bar-12345 |