Olaf Bohlen
2023-01-01 d99f23906b73ba963881cae939edd484f574a924
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
apiVersion: v1
kind: ServiceAccount
metadata:
  creationTimestamp: null
  name: cookieprocessor
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
  name: cookiereceipt-view
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: ClusterRole
  name: cookiereceipt-view
subjects:
- apiGroup: rbac.authorization.k8s.io
  kind: ServiceAccount
  name: cookieprocessor