Skip to content
Snippets Groups Projects
Commit fd9d2c19 authored by Varac's avatar Varac
Browse files

Merge branch 'fix-annotations-typo' into 'master'

Fix typo in helm chart

See merge request openappstack/single-sign-on!17
parents db29e1d1 dc5b4377
Branches 42-ldap-support
No related tags found
2 merge requests!18Master,!17Fix typo in helm chart
Pipeline #3155 failed with stages
in 3 minutes and 24 seconds
...@@ -4,7 +4,7 @@ metadata: ...@@ -4,7 +4,7 @@ metadata:
name: {{ include "single-sign-on.fullname" . }}-create-admin-user name: {{ include "single-sign-on.fullname" . }}-create-admin-user
labels: labels:
{{ include "single-sign-on.labels" . | indent 4 }} {{ include "single-sign-on.labels" . | indent 4 }}
annontations: annotations:
"helm.sh/hook": post-install,post-upgrade "helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "-5" "helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
......
...@@ -4,7 +4,7 @@ metadata: ...@@ -4,7 +4,7 @@ metadata:
name: {{ include "single-sign-on.fullname" . }}-create-oauth2-clients name: {{ include "single-sign-on.fullname" . }}-create-oauth2-clients
labels: labels:
{{ include "single-sign-on.labels" . | indent 4 }} {{ include "single-sign-on.labels" . | indent 4 }}
annontations: annotations:
"helm.sh/hook": post-install,post-upgrade "helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "-4" "helm.sh/hook-weight": "-4"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
......
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