Skip to content

Commit

Permalink
update chart rbac to allow reading new crds
Browse files Browse the repository at this point in the history
  • Loading branch information
mach-kernel committed Jul 16, 2024
1 parent d1ff56d commit c42ec67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/databricks-kube-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.8.1
name: databricks-kube-operator
description: A kube-rs operator for managing Databricks API resources
version: 0.9.1
version: 0.9.2

home: https://github.com/mach-kernel/databricks-kube-operator
sources:
Expand Down
4 changes: 4 additions & 0 deletions charts/databricks-kube-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ rules:
- configmaps
- customresourcedefinitions
- databricksjobs
- databrickssecrets
- databrickssecretscopes
- databricksjobs/status
- repos
- gitcredentials
Expand All @@ -31,6 +33,8 @@ rules:
- com.dstancu.databricks
resources:
- databricksjobs
- databrickssecrets
- databrickssecretscopes
- databricksjobs/status
- repos
- gitcredentials
Expand Down

0 comments on commit c42ec67

Please sign in to comment.