From be8800847a139ebcc1c0578356d2976dca4db393 Mon Sep 17 00:00:00 2001 From: Dawid Rabiega <d.rabiega@gmail.com> Date: Thu, 24 Jan 2019 13:11:54 +0000 Subject: [PATCH] Update kubernetes.md --- docs/executors/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/executors/kubernetes.md b/docs/executors/kubernetes.md index c61651cea..7203a8941 100644 --- a/docs/executors/kubernetes.md +++ b/docs/executors/kubernetes.md @@ -91,7 +91,7 @@ The following keywords help to define the behaviour of the Runner within Kuberne - `service_account_overwrite_allowed`: Regular expression to validate the contents of the service account overwrite environment variable. When empty, it disables the service account overwrite feature -- `bearer-token`: Default bearer token used to launch build pods. +- `bearer_token`: Default bearer token used to launch build pods. - `bearer_token_overwrite_allowed`: Boolean to allow projects to specify a bearer token that will be used to create the build pod. - `volumes`: configured through the config file, the list of volumes that will be mounted in the build container. [Read more about using volumes.](#using-volumes) -- GitLab