From 712d5c76a47b6364881f43d66df612e8f541d802 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 18 Dec 2020 17:36:12 +0100
Subject: [PATCH] Add hint on service account usage in job definition

---
 execution/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/execution/README.md b/execution/README.md
index 0ca22ffb9..eeec8faad 100644
--- a/execution/README.md
+++ b/execution/README.md
@@ -183,7 +183,8 @@ Theodolite locally on your machine see the description below.
 
 `theodolite.yaml` provides a template for your own Theodolite job. To run your own job, create a copy, give it a name
 (`metadata.name`) and adjust configuration parameters as desired. For a description of available configuration options
-see the [Configuration](#configuration) section below.
+see the [Configuration](#configuration) section below. Note, that you might uncomment the `serviceAccountName` line if
+RBAC is enabled on your cluster (see installation of [Theodolite RBAC](#Theodolite-RBAC)).
 
 To start the execution of a benchmark run (with `<your-theodolite-yaml>` being your job definition):
 
-- 
GitLab