Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions components/build-service/base/rbac/build-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,17 @@ roleRef:
kind: Role
name: build-pipeline-config-read-only
apiGroup: rbac.authorization.k8s.io
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: view-konflux-integration-runner
namespace: build-service
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: view
subjects:
- kind: ServiceAccount
name: konflux-integration-runner
namespace: rhtap-build-tenant
3 changes: 2 additions & 1 deletion components/build-templates/base/e2e/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ rules:
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: application-manager
name: integration-runner-resources
namespace: build-templates-e2e
rules:
- apiGroups:
- appstudio.redhat.com
resources:
- applications
- components
verbs:
- get
- list
Expand Down
4 changes: 2 additions & 2 deletions components/build-templates/base/e2e/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ roleRef:
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: application-manager-konflux-integration-runner
name: integration-runner-resources-konflux-integration-runner
namespace: build-templates-e2e
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: application-manager
name: integration-runner-resources
subjects:
- kind: ServiceAccount
name: konflux-integration-runner
Expand Down