From f3f3fa307b9e72de8370cafb8722062f3c945599 Mon Sep 17 00:00:00 2001 From: marsal wang <707783088@qq.com> Date: Thu, 30 Dec 2021 18:57:07 +0800 Subject: [PATCH] es --- local-values/es/crm1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-values/es/crm1.yaml b/local-values/es/crm1.yaml index e9c7c78..71fd7a2 100644 --- a/local-values/es/crm1.yaml +++ b/local-values/es/crm1.yaml @@ -196,7 +196,7 @@ extraVolumeMounts: [] 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 + /opt/bitnami/elasticsearch/bin/elasticsearch-plugin install -b 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.