From 65f88ee224748d90c0f1ed55474c4ff2c0ef5ef6 Mon Sep 17 00:00:00 2001 From: sechkin Date: Fri, 10 Jan 2025 14:33:44 +0200 Subject: [PATCH] Name left unchanged in proxy --- templates/proxy/configmap-properties.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/proxy/configmap-properties.yaml b/templates/proxy/configmap-properties.yaml index e807aad..35323c0 100644 --- a/templates/proxy/configmap-properties.yaml +++ b/templates/proxy/configmap-properties.yaml @@ -58,7 +58,7 @@ data: {{- end }} {{- if .Values.cluster.tls.certificateKey.existingSecret }} graphdb.raft.security.certificateKeyFile={{ .Values.cluster.tls.mountPath | trimSuffix "/" - }}/grpcCertificateKey/{{ .Values.cluster.tls.certificateKey.privateKeyKey }} + }}/certificateKey/{{ .Values.cluster.tls.certificateKey.privateKeyKey }} graphdb.raft.security.certificateKeyPassword@file={{ .Values.cluster.tls.mountPath | trimSuffix "/" }}/certificateKey/{{ .Values.cluster.tls.certificateKey.privateKeyPasswordKey }}