Olaf Bohlen
2023-01-02 411862b8baddaac29feb534a9c2975a7c872d80b
commit | author | age
d99f23 1 ---
OB 2 apiVersion: v1
3 kind: ServiceAccount
4 metadata:
5   creationTimestamp: null
6   name: cookieprocessor
7 ---
8 apiVersion: rbac.authorization.k8s.io/v1
9 kind: RoleBinding
10 metadata:
11   name: cookiereceipt-view
12 roleRef:
13   apiGroup: rbac.authorization.k8s.io
14   kind: ClusterRole
15   name: cookiereceipt-view
16 subjects:
937c2b 17 - kind: ServiceAccount
d99f23 18   name: cookieprocessor