Skip to content
Snippets Groups Projects
Commit 9bf1d8f8 authored by Mart van Santen's avatar Mart van Santen
Browse files

Merge branch 'main' into 94-make-recovery-link-password-recovery-work-with-kratos

parents 65ad41a2 f0837c21
No related branches found
No related tags found
1 merge request!51Resolve "Make recovery link / password recovery work with kratos"
Pipeline #9686 failed
......@@ -4,6 +4,10 @@ All notable changes to this helm chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.2] - 2021-11-18
- Changed postgresql persistence defaults and remove PVC from this chart
## [0.4.1] - 2021-11-15
- Added stateful database store for Hydra
......
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