Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/ps-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.0.0"
description: A Helm chart for installing Percona Server Databases using the PS Operator.
name: ps-db
home: https://www.percona.com/doc/kubernetes-operator-for-mysql/ps
version: 1.0.0
version: 1.0.1
maintainers:
- name: jvpasinatto
email: julio.pasinatto@percona.com
Expand Down
2 changes: 2 additions & 0 deletions charts/ps-db/templates/role-binding.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.orchestrator.enabled }}
apiVersion: v1
kind: ServiceAccount
metadata:
Expand All @@ -18,3 +19,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ include "ps-database.fullname" . }}-orchestrator
{{- end }}
2 changes: 2 additions & 0 deletions charts/ps-db/templates/role.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.orchestrator.enabled }}
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand All @@ -19,3 +20,4 @@ rules:
- perconaservermysqls
verbs:
- get
{{- end }}