Skip to content

Commit

Permalink
Fix RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanikow committed May 7, 2024
1 parent 9af614a commit dc71292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/kube-arangodb/templates/analytics-operator/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ rules:
- apiGroups:
- "analytics.arangodb.com"
resources:
- "arangographengine"
- "arangographengine/status"
- "graphanalyticsengines"
- "graphanalyticsengines/status"
verbs:
- "*"
- apiGroups:
Expand Down

0 comments on commit dc71292

Please sign in to comment.