Skip to content
Snippets Groups Projects
Verified Commit e637fffa authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add @ to user access

parent 0c7960f0
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ data: ...@@ -16,9 +16,9 @@ data:
CREATE DATABASE kratos; CREATE DATABASE kratos;
CREATE DATABASE hydra; CREATE DATABASE hydra;
CREATE DATABASE stackspin; CREATE DATABASE stackspin;
GRANT ALL PRIVILEGES ON hydra.* TO 'hydra'; GRANT ALL PRIVILEGES ON hydra.* TO 'hydra'@'%';
GRANT ALL PRIVILEGES ON kratos.* TO 'kratos'; GRANT ALL PRIVILEGES ON kratos.* TO 'kratos'@'%';
GRANT ALL PRIVILEGES ON stackspin.* TO 'stackspin'; GRANT ALL PRIVILEGES ON stackspin.* TO 'stackspin'@'%';
primary: primary:
podAnnotations: podAnnotations:
backup.velero.io/backup-volumes: "data" backup.velero.io/backup-volumes: "data"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment