diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index 5ad9ce9..8ad379b 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -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 diff --git a/charts/operator/templates/cluster-role.yaml b/charts/operator/templates/cluster-role.yaml index cf2388a..9fe7be1 100644 --- a/charts/operator/templates/cluster-role.yaml +++ b/charts/operator/templates/cluster-role.yaml @@ -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"]