diff --git a/charts/greptimedb-operator/Chart.yaml b/charts/greptimedb-operator/Chart.yaml index 03fb819..277a1e7 100644 --- a/charts/greptimedb-operator/Chart.yaml +++ b/charts/greptimedb-operator/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.18.0-0" description: The greptimedb-operator Helm chart for Kubernetes name: greptimedb-operator appVersion: 0.1.0-alpha.12 -version: 0.1.1-alpha.8 +version: 0.1.1-alpha.9 type: application home: https://github.com/GreptimeTeam/greptimedb-operator sources: diff --git a/charts/greptimedb-operator/templates/clusterrole.yaml b/charts/greptimedb-operator/templates/clusterrole.yaml index dbfa974..b4491b5 100644 --- a/charts/greptimedb-operator/templates/clusterrole.yaml +++ b/charts/greptimedb-operator/templates/clusterrole.yaml @@ -36,6 +36,23 @@ rules: - patch - update - watch + - apiGroups: + - "" + resources: + - configmaps + verbs: + - create + - get + - apiGroups: + - "" + resources: + - events + verbs: + - create + - get + - list + - patch + - watch - apiGroups: - "" resources: @@ -56,6 +73,12 @@ rules: - get - list - watch + - apiGroups: + - "" + resources: + - secrets + verbs: + - get - apiGroups: - "" resources: @@ -105,12 +128,4 @@ rules: - patch - update - watch - - apiGroups: - - '' - resources: - - secrets - verbs: - - get - - list - - watch {{- end }}