diff --git a/execution/theodolite.yaml b/execution/theodolite.yaml index bd386eaf3512433ef91a976accd8004c9a3be7f7..68d53386bcf5e77ce08d964f3c04eb000794575c 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