Olaf Bohlen
2023-01-02 b6d772f47ffa47249a445f199b88c3f324eadd76
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