Skip to content

Commit

Permalink
fix(crane): rename clusterrole RBAC in install script (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor-magyar authored Sep 21, 2023
1 parent 21ae397 commit df2eebc
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions web/crux/assets/install-script/install-k8s.sh.hbr
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ rules:
apiGroups:
- ""
resources:
- pvc
- persistentvolumeclaims
verbs:
- get
- list
- patch
- create
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -92,19 +93,6 @@ subjects:
name: default
namespace: dyrectorio
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: dyrectorio-crane
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: dyrectorio-crane
subjects:
- kind: ServiceAccount
name: default
namespace: dyrectorio
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit df2eebc

Please sign in to comment.