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

add a PVC that is managed by flux instead of helm (todo: remove original PVC from SSO chart)

parent c1fa68e3
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: single-sign-on-database
name: stackspin-single-sign-on-database
spec:
accessModes:
- ReadWriteOnce
......
......@@ -40,6 +40,8 @@ data:
backup.velero.io/backup-volumes: "database"
postgresql:
persistence:
existingClaim: stackspin-single-sign-on-database
initdbScripts:
setup.sql: |
CREATE USER hydra WITH PASSWORD '${hydra_postgresql_password}';
......
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