Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnar Páll authored and arnarpall committed Sep 6, 2023
1 parent c2c22c6 commit 37a8441
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
20 changes: 1 addition & 19 deletions charts/bigdata-proxy/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,7 @@ rules:
resources:
- "*"
verbs:
- get
- list
- watch
- apiGroups:
- bigdata.spot.io
resources:
- "bigdatacomponents"
verbs:
- create
- update
- delete
- apiGroups:
- ""
resources:
- "secrets"
verbs:
- create
- update
- delete
- "*"
- apiGroups:
- sparkoperator.k8s.io
resources:
Expand Down
6 changes: 6 additions & 0 deletions charts/bigdata-proxy/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- "*"
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 37a8441

Please sign in to comment.