Skip to content

Commit

Permalink
Add missing namespace to clusterrolebinding
Browse files Browse the repository at this point in the history
  • Loading branch information
rwunderer committed Sep 26, 2024
1 parent a29f1ab commit 2f75acb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ps-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "0.8.0"
description: A Helm chart for Deploying the Percona Operator for MySQL (based on Percona Server for MySQL)
name: ps-operator
home: https://docs.percona.com/percona-operator-for-mysql/ps/
version: 0.8.1
version: 0.8.2
maintainers:
- name: tplavcic
email: [email protected]
Expand Down
3 changes: 3 additions & 0 deletions charts/ps-operator/templates/role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ include "ps-operator.fullname" . }}
{{- if .Values.watchAllNamespaces }}
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}

0 comments on commit 2f75acb

Please sign in to comment.