Add role binding for gitlab namespace
This commit is contained in:
parent
c1f64e2694
commit
a07a0ccf9b
|
|
@ -0,0 +1,13 @@
|
|||
kind: RoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: gitlab-deploy-rb
|
||||
namespace: turniere-backend
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: gitlab-deploy
|
||||
namespace: gitlab
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: gitlab-deploy-role
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
Loading…
Reference in New Issue