apiVersion: rbac.authorization.k8s.io/v1 | |
kind: ClusterRoleBinding | |
metadata: | |
name: tekton-clustermanger-role-binding | |
roleRef: | |
apiGroup: rbac.authorization.k8s.io | |
kind: ClusterRole | |
name: tekton-clustermanger-role | |
subjects: | |
- kind: ServiceAccount | |
name: pipeline | |
namespace: sonataflow-operator-system |