Commit ac31e7c
deploy: add RBAC for cephfs provisioner to access volumeattributesclass
The CephFS provisioner needs to read VolumeAttributesClass objects to
support MDS pinning via ControllerModifyVolume. Without this the e2e
test fails with "cannot get resource volumeattributesclasses in API
group storage.k8s.io at the cluster scope".
Add the required RBAC rule to both the static deployment manifest and
the CephFS Helm chart, matching what RBD already has.
Assisted-by: goose <noreply@block.xyz>
Signed-off-by: Ismael Puerto Freire <ismaelpf@inditex.com>1 parent 10aa1df commit ac31e7c
2 files changed
Lines changed: 6 additions & 0 deletions
File tree
- charts/ceph-csi-cephfs/templates
- deploy/cephfs/kubernetes
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
0 commit comments