From 6eb325f63f3143dabc195d21406eecbb3547aff9 Mon Sep 17 00:00:00 2001 From: Michael Wirth Date: Fri, 13 Jan 2023 15:06:37 +0100 Subject: [PATCH] [kibana] fix order of pre-install hook (#1756) --- kibana/templates/configmap-helm-scripts.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}