Skip to content

Commit

Permalink
Add permision to read node labels
Browse files Browse the repository at this point in the history
K8SPSMDB-1003 - add kubernetes node zone/region tags to the monogo nodes.
  • Loading branch information
sergelogvinov committed Mar 6, 2024
1 parent 2071276 commit 1bebbf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/psmdb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.15.0"
description: A Helm chart for deploying the Percona Operator for MongoDB
name: psmdb-operator
home: https://docs.percona.com/percona-operator-for-mongodb/
version: 1.15.2
version: 1.15.3
maintainers:
- name: tplavcic
email: [email protected]
Expand Down
8 changes: 8 additions & 0 deletions charts/psmdb-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ rules:
- update
- patch
- delete
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
{{- end }}
- apiGroups:
- ""
Expand Down

0 comments on commit 1bebbf6

Please sign in to comment.