Skip to content
Snippets Groups Projects
Commit d8fe54bb authored by Sören Henning's avatar Sören Henning
Browse files

Remove outdated RBAC comments

parent 628792ba
No related branches found
No related tags found
No related merge requests found
...@@ -49,34 +49,3 @@ spec: ...@@ -49,34 +49,3 @@ spec:
# Uncomment if RBAC is enabled and configured # Uncomment if RBAC is enabled and configured
# serviceAccountName: theodolite # serviceAccountName: theodolite
backoffLimit: 4 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment