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

Reanable cronjob for hydra

parent 713921bd
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!62Resolve "Embed login panel in helmchart"
Pipeline #10209 passed with stages
in 1 minute and 11 seconds
This commit is part of merge request !62. Comments created here will be created in the context of that merge request.
......@@ -7,7 +7,7 @@ metadata:
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "4"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
"helm.sh/hook-delete-policy": before-hook-creation
spec:
template:
metadata:
......@@ -20,8 +20,8 @@ spec:
containers:
{{- range .Values.oAuthClients }}
- name: {{ .clientName | quote }}
image: {{ $.Values.userbackend.image.repository }}:{{ $.Values.userbackend.image.tag }}
imagePullPolicy: {{ $.Values.userbackend.image.pullPolicy }}
image: {{ $.Values.login.image.repository }}:{{ $.Values.login.image.tag }}
imagePullPolicy: {{ $.Values.login.image.pullPolicy }}
env:
- name: CLIENT_ID
valueFrom:
......
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