diff options
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 |