From c907a0d3194788e1da906cedfcb5e5d898c0a6c7 Mon Sep 17 00:00:00 2001 From: marsal wang <707783088@qq.com> Date: Thu, 30 Dec 2021 18:37:39 +0800 Subject: [PATCH] es --- local-values/es/crm1.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/local-values/es/crm1.yaml b/local-values/es/crm1.yaml index f77494a..e9c7c78 100644 --- a/local-values/es/crm1.yaml +++ b/local-values/es/crm1.yaml @@ -193,12 +193,12 @@ extraVolumeMounts: [] ## Specify dictionary of scripts to be run at first boot ## Alternatively, you can put your scripts under the files/docker-entrypoint-initdb.d directory ## For example: -## initScripts: -## my_init_script.sh: | -## #!/bin/sh -## echo "Do something." -## -initScripts: {} +initScripts: + my_init_script.sh: | + #!/bin/sh + /opt/bitnami/elasticsearch/bin/elasticsearch-plugin install https://hub.fastgit.org/medcl/elasticsearch-analysis-ik/releases/download/v7.16.2/elasticsearch-analysis-ik-7.16.2.zip + +# initScripts: {} ## @param initScriptsCM ConfigMap with the init scripts. Evaluated as a template. ## Note: This will override initScripts ##