Skip to content

Commit

Permalink
Correct mistake in kubernetes docs db initialization (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis authored Jan 17, 2025
1 parent 9f8aa73 commit c1ca2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator/k8s_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Details about which port to connect to, etc can be found on the DBOD dashboard.
While inside the db instance, we can create the `rucio` user and db, and we can assign admin privileges to it:
```sql
CREATE ROLE rucio WITH LOGIN PASSWORD 'xxx';
ALTER GROUP rucio ADD USER admin;
ALTER GROUP admin ADD USER rucio;
CREATE DATABASE rucio;
```
Expand Down

0 comments on commit c1ca2e9

Please sign in to comment.