From 6f2c7a2fe5b9aa1ed06b3d92c068ee38c1596285 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Mon, 7 Dec 2020 16:07:13 +0100
Subject: [PATCH] Remove outdated RBAC comments

---
 execution/theodolite.yaml | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/execution/theodolite.yaml b/execution/theodolite.yaml
index bd386eaf3..68d53386b 100644
--- a/execution/theodolite.yaml
+++ b/execution/theodolite.yaml
@@ -49,34 +49,3 @@ spec:
       # Uncomment if RBAC is enabled and configured
       # serviceAccountName: theodolite
   backoffLimit: 4
-
-# ---
-# apiVersion: v1
-# kind: ServiceAccount
-# metadata:
-#   name: theodolite
-# ---
-# apiVersion: rbac.authorization.k8s.io/v1
-# kind: Role
-# metadata:
-#   name: modify-pods
-# rules:
-#   - apiGroups: [""]
-#     resources:
-#       - pods
-#     verbs:
-#       - get
-#       - list
-#       - delete
-# ---
-# apiVersion: rbac.authorization.k8s.io/v1
-# kind: RoleBinding
-# metadata:
-#   name: modify-pods-to-sa
-# subjects:
-#   - kind: ServiceAccount
-#     name: theodolite
-# roleRef:
-#   kind: Role
-#   name: modify-pods
-#   apiGroup: rbac.authorization.k8s.io
-- 
GitLab