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

fix db passwords

parent e637fffa
Branches
Tags
No related merge requests found
......@@ -10,9 +10,9 @@ data:
existingClaim: single-sign-on-database
initdbScripts:
setup.sql: |
CREATE USER hydra IDENTIFIED BY 'hydra';
CREATE USER kratos IDENTIFIED BY 'kratos';
CREATE USER stackspin IDENTIFIED BY 'stackspin';
CREATE USER hydra IDENTIFIED BY '${hydra_postgresql_password}';
CREATE USER kratos IDENTIFIED BY '${kratos_postgresql_password}';
CREATE USER stackspin IDENTIFIED BY '${dashboard_postgresql_password}';
CREATE DATABASE kratos;
CREATE DATABASE hydra;
CREATE DATABASE stackspin;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment