mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-05 22:53:39 +00:00
16 lines
392 B
YAML
16 lines
392 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: kubernetes-images-sync-operator
|
|
app.kubernetes.io/managed-by: kustomize
|
|
name: mr-raczylo-combinding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: mr-raczylo-com
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: cm-raczylo-com
|
|
namespace: system
|