Skip to content

Commit

Permalink
Add Cluster role permissions for elasticsearch (#303)
Browse files Browse the repository at this point in the history
required to estimate es disk size

Signed-off-by: raihankhan <raihan@appscode.com>
  • Loading branch information
raihankhan committed May 29, 2023
1 parent f69ead1 commit 9c73391
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions charts/stash-enterprise/templates/cluster-role.yaml
Expand Up @@ -147,5 +147,11 @@ rules:
resources:
- deploymentconfigs/finalizers
verbs: ["update"]


- apiGroups:
- kubedb.com
- catalog.kubedb.com
resources:
- elasticsearches
- elasticsearchversions
verbs:
- get

0 comments on commit 9c73391

Please sign in to comment.