2022-09-11 16:49:31 +00:00
|
|
|
---
|
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
2022-09-14 19:42:28 +00:00
|
|
|
kind: RoleBinding
|
2022-09-11 16:49:31 +00:00
|
|
|
metadata:
|
2022-09-14 19:42:28 +00:00
|
|
|
name: agola-deploy
|
2022-09-11 16:49:31 +00:00
|
|
|
roleRef:
|
|
|
|
apiGroup: rbac.authorization.k8s.io
|
|
|
|
kind: ClusterRole
|
2022-09-20 20:11:42 +00:00
|
|
|
name: agola-deploy
|
2022-09-11 16:49:31 +00:00
|
|
|
subjects:
|
|
|
|
- kind: ServiceAccount
|
|
|
|
name: agola
|
|
|
|
namespace: agola
|