From 3be3f0b42ff771f020b3a1a655ff0ed7a2d6ed70 Mon Sep 17 00:00:00 2001 From: Arnaud Venturi <arnaud.venturi@rez-gif.supelec.fr> Date: Wed, 19 Dec 2018 11:22:09 +0000 Subject: [PATCH] Documentation typo in k8s executor. --- 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 ba6764a2b..f1e079d98 100644 --- a/docs/executors/kubernetes.md +++ b/docs/executors/kubernetes.md @@ -121,7 +121,7 @@ disabled. Additionally, Kubernetes service account can be overwritten on `.gitlab-ci.yml` file, by using the variable `KUBERNETES_SERVICE_ACCOUNT_OVERWRITE`. -This approach allow you to specify a service account that is attached to the namespace, usefull when dealing +This approach allow you to specify a service account that is attached to the namespace, useful when dealing with complex RBAC configurations. ``` yaml variables: -- GitLab