Deploying multiple Rancher Servers within 1 k8s cluster

Is it possible to run more than 1 Rancher Server (deployed via the official Helm chart) to a single Kubernetes cluster?

I’ve installed 2 Helm instances of rancher-stable/rancher in my cluster, but it appears that they are sharing state due to the fact that Rancher is writing to Cluster-scoped custom resources rather than namespace-scoped custom resources.

Is there any way around this? Thanks in advance.