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

Fix conflixed

Merge branch 'main' into 97-give-hydra-a-database-backend
parents 74b72283 a0338923
No related branches found
No related tags found
1 merge request!53Resolve "Give hydra a database backend"
Pipeline #9566 passed with stages
in 2 minutes and 25 seconds
......@@ -180,3 +180,4 @@ behave-integration:
# - echo "Reverting back to main to squash commits"
# - git reset --soft main
# - git lint
apiVersion: v1
description: A Helm chart for Stackspin's Single sign-on components
name: single-sign-on
<<<<<<< HEAD
version: 0.4.1
=======
version: 0.4.0
>>>>>>> main
......@@ -16,8 +16,8 @@ metadata:
helm.sh/hook: "pre-upgrade"
{{- end }}
helm.sh/hook-weight: "1"
# helm.sh/hook: "post-install, post-upgrade"
helm.sh/hook-delete-policy: "before-hook-creation,hook-succeeded"
{{- end }}
spec:
template:
{{- with .Values.kratos.job.annotations }}
......
......@@ -179,6 +179,9 @@ kratos:
connection_uri: smtps://username:password@smtp.example.com:456/
hydra:
# Fix for this issue: https://github.com/ory/k8s/issues/367
image:
tag: v1.10.5-sqlite
maester:
# hydra.maester.enabled instal hydra-maester which is enabled by default
# oauth client management is handled via jobs right now so there is no need to it
......
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