mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-09 23:19:15 +00:00
13 lines
290 B
YAML
13 lines
290 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: metrics-auth-raczylobinding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: metrics-auth-raczylo
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: cm-raczylo-com
|
|
namespace: system
|