diff --git a/docs/chi-examples/05-settings-08-grants.yaml b/docs/chi-examples/05-settings-08-grants.yaml index 74962b162..d834c62e1 100644 --- a/docs/chi-examples/05-settings-08-grants.yaml +++ b/docs/chi-examples/05-settings-08-grants.yaml @@ -7,7 +7,8 @@ spec: users: myuser/profile: readonly myuser/grants/query: - - "GRANT SELECT,INSERT,ALTER,CREATE,DROP,TRUNCATE,OPTIMIZE,SHOW,dictGet,REMOTE ON canarydb.*" + # you can't combine `allow_databases` with `GRANT ... canarydb.*` + - "GRANT SELECT,INSERT,ALTER,CREATE,DROP,TRUNCATE,OPTIMIZE,SHOW,dictGet,REMOTE ON *.*" myuser/allow_databases/database: - "canarydb" myuser2/profile: default