Skip to content

Commit

Permalink
Merge pull request #318 from mbaldessari/quick-fixes
Browse files Browse the repository at this point in the history
Drop cluster admin from pipeline account
  • Loading branch information
mbaldessari authored Nov 29, 2024
2 parents 247544b + 70972a9 commit 1d54f2d
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: admin
namespace: manuela-tst-all
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: admin
subjects:
- kind: ServiceAccount
name: pipeline
namespace: manuela-ci
{{- if eq .Values.global.imageregistry.type "openshift" }}
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 1d54f2d

Please sign in to comment.