Describe the bug
The csi-controller-manager via helm gets deployed in the default namespace instead of the rightful rook-ceph ns: rook/rook#16932 (comment)
Steps to reproduce
helm template --create-namespace --namespace rook-ceph rook-ceph rook-release/rook-ceph > rookCephManifest.yaml
Actual results
The csi-controller-manager (and all of the other resources, like serviceAccounts) got created in the default namespace
Expected behavior
The csi-controller-manager (and all of the other resources, like serviceAccounts) gets created in the rook-ceph namespace