Skip to content

Commit 2f68d55

Browse files
Add RBAC secret
1 parent 37d805f commit 2f68d55

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.4
6-
appVersion: 0.0.4
5+
version: 0.0.5
6+
appVersion: 0.0.5
77
home: https://github.com/unagex/metabase-operator

charts/operator/templates/cluster-role.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ rules:
99
- apiGroups: [""]
1010
resources: ["services"]
1111
verbs: ["get", "list", "watch", "create", "update"]
12+
- apiGroups: [""]
13+
resources: ["secrets"]
14+
verbs: ["get", "list", "watch", "create"]
1215
- apiGroups: ["apps"]
1316
resources: ["statefulsets"]
1417
verbs: ["create", "get", "list", "watch", "update"]

0 commit comments

Comments
 (0)