Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[kibana] fix order of pre-install hook (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-wirth committed Jan 13, 2023
1 parent 2fd64d0 commit 6eb325f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kibana/templates/configmap-helm-scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
annotations:
"helm.sh/hook": pre-install,pre-upgrade,post-delete
"helm.sh/hook-delete-policy": hook-succeeded
"helm.sh/hook-weight": "-1"
{{- if .Values.annotations }}
{{- range $key, $value := .Values.annotations }}
{{ $key }}: {{ $value | quote }}
Expand Down

0 comments on commit 6eb325f

Please sign in to comment.