Skip to content

Commit bfe8aa9

Browse files
Add status update RBAC
1 parent 79a6c17 commit bfe8aa9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

charts/operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: metabase-operator
33
description: Helm chart to deploy [unagex-metabase-operator](https://github.com/unagex/metabase-operator)
44
type: application
5-
version: 0.0.7
6-
appVersion: 0.0.7
5+
version: 0.0.8
6+
appVersion: 0.0.8
77
home: https://github.com/unagex/metabase-operator

charts/operator/templates/cluster-role.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ rules:
66
- apiGroups: ["unagex.com"]
77
resources: ["metabases"]
88
verbs: ["get", "list", "watch", "update"]
9+
- apiGroups: ["unagex.com"]
10+
resources: ["metabases/status"]
11+
verbs: ["update"]
912
- apiGroups: [""]
1013
resources: ["services"]
1114
verbs: ["get", "list", "watch", "create", "update"]

0 commit comments

Comments
 (0)