Skip to content
Snippets Groups Projects
Commit 5aed150e authored by Mark's avatar Mark
Browse files

move ressources to postinsall

parent fbff55cd
No related branches found
No related tags found
1 merge request!40WIP: Update hydra
Pipeline #6375 failed with stages
in 1 second
......@@ -2,5 +2,3 @@ dependencies:
- name: hydra
version: 0.5.7
repository: "https://k8s.ory.sh/helm/charts"
tags:
- single-sign-on
......@@ -5,6 +5,9 @@ metadata:
name: {{ .clientName | quote }}
labels:
{{ include "single-sign-on.labels" $ | indent 4 }}
annotations:
"helm.sh/hook": post-install
"helm.sh/hook-weight": "2"
spec:
grantTypes:
{{- range .grantTypes }}
......
......@@ -5,6 +5,9 @@ metadata:
name: oauth2-client-{{ .clientName}}
labels:
{{ include "single-sign-on.labels" $ | indent 4 }}
annotations:
"helm.sh/hook": post-install
"helm.sh/hook-weight": "1"
type: Opaque
data:
client_secret: {{ .clientSecret | b64enc }}
......
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