Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions midpoint/install/containers/kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down