Skip to content

Commit

Permalink
Merge branch 'feature/56509-fix-external-token-job' into 'master'
Browse files Browse the repository at this point in the history
[#56509] Add hook to external Keycloak secret job

See merge request rammearkitektur/os2mo-helm-chart!252
  • Loading branch information
md-magenta committed Jun 19, 2023
2 parents 8ff548b + 12fffc7 commit f62499e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions os2mo/templates/integrations/external.yaml
Expand Up @@ -6,6 +6,8 @@ apiVersion: batch/v1
kind: Job
metadata:
name: {{ .jobName | quote }}
annotations:
"helm.sh/hook": post-install,post-upgrade
spec:
template:
spec:
Expand Down
1 change: 0 additions & 1 deletion os2mo/templates/mo/init-job.yaml
Expand Up @@ -14,7 +14,6 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
template:
metadata:
Expand Down

0 comments on commit f62499e

Please sign in to comment.