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