charts/pipelines-library/templates/resources/rolebinding-tekton-autotest.yaml (14 lines of code) (raw):

apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: labels: {{- include "edp-tekton.labels" . | nindent 4 }} name: tekton-autotests-rolebinding subjects: - kind: ServiceAccount name: tekton namespace: {{ .Release.Namespace }} roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: tekton-autotests-role