From 4adc8f2c4c9c3eabc086b329e4af9477bb0eee92 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 30 Jul 2017 01:12:00 +0200 Subject: 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. --- docs/cluster-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cluster-config.md') 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 -- cgit 1.4.1