diff --git a/kibana/templates/configmap-helm-scripts.yaml b/kibana/templates/configmap-helm-scripts.yaml index b288bc7e9..cbd15828c 100644 --- a/kibana/templates/configmap-helm-scripts.yaml +++ b/kibana/templates/configmap-helm-scripts.yaml @@ -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 }}