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

Remove outdated RBAC comments

parent f528bd54
No related branches found
No related tags found
No related merge requests found
Pipeline #1319 skipped
......@@ -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
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