Docs: Fix code sample for access control provisioning (#35406) (#35419)

(cherry picked from commit dc7a641978)

Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-06-09 14:22:27 +02:00
committed by GitHub
co-authored by Emil Tullstedt
parent ed605c97f9
commit 688d68af7e
@@ -131,7 +131,7 @@ apiVersion: 1
# list of default built-in role assignments that should be removed
removeDefaultAssignments:
- builtInRole: "Grafana server administrator"
- builtInRole: "Grafana Admin"
fixedRole: "fixed:permissions:admin"
```