Skip to content
Snippets Groups Projects
Verified Commit dc5b4377 authored by Mark's avatar Mark
Browse files

Fix typo

parent 9268b8e8
No related branches found
No related tags found
2 merge requests!18Master,!17Fix typo in helm chart
Pipeline #2670 passed with stages
in 6 minutes and 58 seconds
......@@ -4,7 +4,7 @@ metadata:
name: {{ include "single-sign-on.fullname" . }}-create-admin-user
labels:
{{ include "single-sign-on.labels" . | indent 4 }}
annontations:
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
......
......@@ -4,7 +4,7 @@ metadata:
name: {{ include "single-sign-on.fullname" . }}-create-oauth2-clients
labels:
{{ include "single-sign-on.labels" . | indent 4 }}
annontations:
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "-4"
"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