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

move persistence config to the correct place

parent 8c476eef
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,6 @@ data:
values.yaml: |
auth:
rootPassword: '${database_root_password}'
primary:
persistence:
enabled: true
existingClaim: single-sign-on-database
initdbScripts:
setup.sql: |
CREATE USER hydra IDENTIFIED BY '${hydra_database_password}';
......@@ -23,6 +19,9 @@ data:
GRANT ALL PRIVILEGES ON kratos.* TO 'kratos'@'%';
GRANT ALL PRIVILEGES ON stackspin.* TO 'stackspin'@'%';
primary:
persistence:
enabled: true
existingClaim: single-sign-on-database
podAnnotations:
backup.velero.io/backup-volumes: "data"
commonLabels:
......
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