This commit is contained in:
Manfred Schreiber
2022-02-17 22:07:28 +01:00
parent 57a135fedf
commit fb28ba64bd
37 changed files with 7208 additions and 0 deletions
@@ -0,0 +1,14 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: deploy-rolebinding
namespace: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
name: deploy
namespace: default