about summary refs log tree commit diff
path: root/docs/cluster-config.md
diff options
context:
space:
mode:
authorVincent Ambo <github@tazj.in>2017-12-11T19·55+0100
committerVincent Ambo <github@tazj.in>2017-12-11T19·57+0100
commit9286e70da371e2dda00ca0d280fcbbb2b2720e80 (patch)
tree9558988d9e48f4d7e3695a0746ecb7bf94dce6ab /docs/cluster-config.md
parentbfad4a3932f233e7cf315af9df083dc072779388 (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cluster-config.md b/docs/cluster-config.md
index a87c3fb2a0..fee1f57634 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`