apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: tekton-robot-scc subjects: - kind: ServiceAccount name: tekton-robot roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: tekton-robot-scc --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: tekton-robot-pusher subjects: - kind: ServiceAccount name: tekton-robot roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: system:image-builder