From ce4b56de150af51fc14ae459e79c97126737ba34 Mon Sep 17 00:00:00 2001 From: Balazs Nemeth Date: Tue, 3 Feb 2026 10:43:07 +0100 Subject: [PATCH] Fixed MP_SET_midpoint_keystore_keyStorePath name (keyStorePath has to be camel case) --- midpoint/install/containers/kubernetes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/midpoint/install/containers/kubernetes.adoc b/midpoint/install/containers/kubernetes.adoc index 67b1429d..f7c6f6fc 100644 --- a/midpoint/install/containers/kubernetes.adoc +++ b/midpoint/install/containers/kubernetes.adoc @@ -563,7 +563,7 @@ This meets both the permanency and sharing requirements. claimName: midpoint-keystore containers: env: - - name: MP_SET_midpoint_keystore_keystorePath + - name: MP_SET_midpoint_keystore_keyStorePath value: /opt/secret-volume/keystore.jceks volumeMounts: - name: secret-vol @@ -608,7 +608,7 @@ data: secretName: secret-volume containers: env: - - name: MP_SET_midpoint_keystore_keystorePath + - name: MP_SET_midpoint_keystore_keyStorePath value: /opt/secret-volume/keystore.jceks volumeMounts: - name: secret-vol