Skip to content

Commit

Permalink
Run make generate fmt manifests
Browse files Browse the repository at this point in the history
Signed-off-by: David Kwon <dakwon@redhat.com>
  • Loading branch information
dkwon17 committed Feb 15, 2025
1 parent 7e3e9a8 commit 537ed78
Show file tree
Hide file tree
Showing 3 changed files with 2,946 additions and 3,140 deletions.
29 changes: 1 addition & 28 deletions deploy/templates/components/rbac/role.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: role
rules:
- apiGroups:
Expand All @@ -25,6 +23,7 @@ rules:
- pods
- secrets
- serviceaccounts
- services
verbs:
- '*'
- apiGroups:
Expand Down Expand Up @@ -53,12 +52,6 @@ rules:
- delete
- get
- patch
- apiGroups:
- ""
resources:
- services
verbs:
- '*'
- apiGroups:
- admissionregistration.k8s.io
resources:
Expand All @@ -80,15 +73,6 @@ rules:
- deployments/finalizers
verbs:
- update
- apiGroups:
- apps
- extensions
resources:
- deployments
verbs:
- get
- list
- watch
- apiGroups:
- apps
- extensions
Expand All @@ -97,12 +81,6 @@ rules:
- replicasets
verbs:
- '*'
- apiGroups:
- apps
- extensions
resources:
- replicasets
verbs:
- get
- list
- watch
Expand Down Expand Up @@ -137,11 +115,6 @@ rules:
- controller.devfile.io
resources:
- '*'
verbs:
- '*'
- apiGroups:
- controller.devfile.io
resources:
- devworkspaceroutings
verbs:
- '*'
Expand Down
Loading

0 comments on commit 537ed78

Please sign in to comment.