13 lines
318 B
YAML
13 lines
318 B
YAML
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
name: quay-enterprise-config-tool-writer
|
||
|
namespace: quay-enterprise
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: Role
|
||
|
name: quay-enterprise-config-tool-role
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: qe-config-tool-serviceaccount
|