Skip to content
Snippets Groups Projects
Commit 5b0671ba authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '99-database-pvc-creation-should-be-optional' into 'main'

Resolve "Database PVC creation should be optional"

Closes #99

See merge request !54
parents bb191e7b 6a7cc106
No related branches found
No related tags found
1 merge request!54Resolve "Database PVC creation should be optional"
Pipeline #9680 failed
apiVersion: v1
description: A Helm chart for Stackspin's Single sign-on components
name: single-sign-on
version: 0.4.1
version: 0.4.2
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: single-sign-on-database
spec:
accessModes:
- ReadWriteOnce
volumeMode: Filesystem
resources:
requests:
storage: 1Gi
storageClassName: local-path
......@@ -72,10 +72,8 @@ userbackend:
postgresql:
persistence:
existingClaim: "single-sign-on-database"
enabled: true
size: 1Gi
storageClass: "-"
annotations: {}
initdbScripts:
setup.sql: |
......
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