diff options
author | Vincent Ambo <github@tazj.in> | 2017-12-11T19·55+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2017-12-11T19·57+0100 |
commit | 9286e70da371e2dda00ca0d280fcbbb2b2720e80 (patch) | |
tree | 9558988d9e48f4d7e3695a0746ecb7bf94dce6ab /docs/cluster-config.md | |
parent | bfad4a3932f233e7cf315af9df083dc072779388 (diff) |
docs(cluster-config): 'context' key optional for template command
Thanks to @christopher376 on the Kubernetes Slack for pointing out this mistake.
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 a87c3fb2a0be..fee1f576347c 100644 --- a/docs/cluster-config.md +++ b/docs/cluster-config.md @@ -55,7 +55,7 @@ The `context` field contains the name of the kubectl-context. You can list conte This must be set here so that Kontemplate can use the correct context when calling kubectl. -This field is **required**. +This field is **required** for `kubectl`-wrapping commands. It can be left out if only the `template`-command is used. ### `global` |