initial bundle

This commit is contained in:
Olaf Bohlen
2023-01-01 21:42:31 +01:00
commit d99f23906b
7 changed files with 399 additions and 0 deletions

19
cookieprocessor-sa.yaml Normal file
View File

@@ -0,0 +1,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