Skip to content

Commit

Permalink
Add RBAC secret
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 13, 2024
1 parent 37d805f commit 2f68d55
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.4
appVersion: 0.0.4
version: 0.0.5
appVersion: 0.0.5
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 @@ -9,6 +9,9 @@ rules:
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list", "watch", "create", "update"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list", "watch", "create"]
- apiGroups: ["apps"]
resources: ["statefulsets"]
verbs: ["create", "get", "list", "watch", "update"]
Expand Down

0 comments on commit 2f68d55

Please sign in to comment.