Skip to content

Commit

Permalink
Update rbac.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vpbarb authored Oct 13, 2023
1 parent ff57a92 commit 56ff5ff
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion charts/spark-operator-chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,23 @@ rules:
- apiGroups:
- ""
resources:
- services
- configmaps
- secrets
verbs:
- create
- get
- delete
- update
- apiGroups:
- ""
resources:
- services
verbs:
- create
- get
- delete
- update
- watch
- apiGroups:
- extensions
- networking.k8s.io
Expand Down

0 comments on commit 56ff5ff

Please sign in to comment.