This commit is contained in:
marsal wang
2022-02-23 17:58:15 +08:00
parent 8c5d144e49
commit 1ea4b9a73b

View File

@ -196,7 +196,6 @@ extraVolumeMounts: []
initScripts: initScripts:
my_init_script.sh: | my_init_script.sh: |
#!/bin/sh #!/bin/sh
sudo echo 140.82.113.4 github.com >> /etc/hosts
/opt/bitnami/elasticsearch/bin/elasticsearch-plugin install -b https://github.com/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://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.16.2/elasticsearch-analysis-ik-7.16.2.zip
# initScripts: {} # initScripts: {}