Skip to content

Commit

Permalink
Merge pull request rook#2346 from travisn/mgr-configmap-access
Browse files Browse the repository at this point in the history
Grant access for ceph-mgr to access the configmaps in the system namespace
  • Loading branch information
travisn authored Dec 7, 2018
2 parents 81d64d1 + ff3f73d commit f6bcdfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster/charts/rook-ceph/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- nodes
- nodes/proxy
verbs:
Expand Down
1 change: 1 addition & 0 deletions cluster/examples/kubernetes/ceph/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- nodes
- nodes/proxy
verbs:
Expand Down
1 change: 1 addition & 0 deletions tests/framework/installer/ceph_manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- nodes
- nodes/proxy
verbs:
Expand Down
1 change: 1 addition & 0 deletions tests/integration/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- nodes
- nodes/proxy
verbs:
Expand Down

0 comments on commit f6bcdfa

Please sign in to comment.