Skip to content

Commit

Permalink
Name left unchanged in proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Secchol committed Jan 10, 2025
1 parent e34e955 commit 65f88ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/proxy/configmap-properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 65f88ee

Please sign in to comment.