Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Katka92 committed Nov 24, 2023
2 parents 788b981 + 5527ddd commit eeefb63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions components/build-templates/base/e2e/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ resources:
- namespace.yaml
- rolebinding.yaml
- role.yaml
- serviceaccount.yaml

namespace: build-templates-e2e

Expand Down
4 changes: 0 additions & 4 deletions components/build-templates/base/e2e/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: Build Admins team
# TODO: remove mkosiarc, temporary for setup/debugging
- apiGroup: rbac.authorization.k8s.io
kind: User
name: mkosiarc
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand Down
8 changes: 8 additions & 0 deletions components/build-templates/base/e2e/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: appstudio-pipeline
secrets:
- name: quay-push-secret
imagePullSecrets:
- name: quay-push-secret

0 comments on commit eeefb63

Please sign in to comment.