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