Skip to content

Commit

Permalink
patch to staging cluster-provisioner pod read
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Scerra <[email protected]>
  • Loading branch information
ascerra committed Nov 13, 2024
1 parent e42ca6f commit e0a8e40
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cluster-provisioner
rules:
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get"]
5 changes: 5 additions & 0 deletions components/cluster-as-a-service/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ patches:
group: argoproj.io
kind: ApplicationSet
name: hypershift-aws-cluster
- path: cluster-provisioner-read-pod-logs.yaml
target:
group: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-provisioner

0 comments on commit e0a8e40

Please sign in to comment.