From 312c9a864a8b8bc7699cfce127f26acf2834a356 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Wed, 2 Dec 2020 14:09:19 +0100
Subject: [PATCH] Add comment for service account

---
 execution/theodolite.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/execution/theodolite.yaml b/execution/theodolite.yaml
index 292043a03..e332e6f57 100644
--- a/execution/theodolite.yaml
+++ b/execution/theodolite.yaml
@@ -44,6 +44,8 @@ spec:
             - mountPath: "/app/results"
               name: theodolite-pv-storage
       restartPolicy: Never
+      # Uncomment if RBAC is enabled and configured
+      # serviceAccountName: theodolite
   backoffLimit: 4
 
 # ---
-- 
GitLab