From 2a418b405924e16f50d9a5757eeb1c1e2f9e034a Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 3 Jan 2024 15:00:05 +0100 Subject: [PATCH] OZG-4453 fix certificate mounts --- .../src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozgcloud-elasticsearch-operator/src/main/resources/application.yml b/ozgcloud-elasticsearch-operator/src/main/resources/application.yml index 742c69e..0ad7890 100644 --- a/ozgcloud-elasticsearch-operator/src/main/resources/application.yml +++ b/ozgcloud-elasticsearch-operator/src/main/resources/application.yml @@ -9,7 +9,7 @@ ozgcloud: host: ozg-search-cluster-es-http.${ozgcloud.elasticsearch.server.namespace} port: 9200 scheme: https - certificateNamespace: elastic-system + certificateNamespace: ozgcloud-elasticsearch-operator certificateSecretName: ozg-search-cluster-es-ozg-search-es-transport-certs certificateSecretDataKey: ca.crt -- GitLab