Skip to content

Commit

Permalink
Add status update RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 15, 2024
1 parent 79a6c17 commit bfe8aa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: metabase-operator
description: Helm chart to deploy [unagex-metabase-operator](https://github.com/unagex/metabase-operator)
type: application
version: 0.0.7
appVersion: 0.0.7
version: 0.0.8
appVersion: 0.0.8
home: https://github.com/unagex/metabase-operator
3 changes: 3 additions & 0 deletions charts/operator/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ rules:
- apiGroups: ["unagex.com"]
resources: ["metabases"]
verbs: ["get", "list", "watch", "update"]
- apiGroups: ["unagex.com"]
resources: ["metabases/status"]
verbs: ["update"]
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list", "watch", "create", "update"]
Expand Down

0 comments on commit bfe8aa9

Please sign in to comment.