Есть ли способ отключить xpack.security.enabled в false от helm chart во время развертывания эластичного поиска в кластере K8s?
При переиндексации появляется ошибка ниже.
"error" : {
"type" : "s_s_l_handshake_exception",
"reason" : "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target",
"caused_by" : {
"type" : "validator_exception",
"reason" : "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target",
"caused_by" : {
"type" : "sun_cert_path_builder_exception",
"reason" : "unable to find valid certification path to requested target"
}
}
}
Я не могу редактировать elastisearch.yml на модулях, так как эти файлы доступны только для чтения.
В любом случае делать это через helm?