Commits

frank committed d210a5052b7
Fix Grafana PV can't be mounted (Patch) **Problem:** Grafana still can't mount PV correctly in Cloud, because there are 2 `securityContext` and `fsGroup` only work on Pod spec. **Solution:** Change the `securityContext` to Pod spec. **Issue:** https://github.com/rancher/rancher/issues/16953