docs(cluster-config): 'context' key optional for template command
Thanks to @christopher376 on the Kubernetes Slack for pointing out this mistake.
This commit is contained in:
parent
bfad4a3932
commit
9286e70da3
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue