You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command that I had run
helm upgrade --install cenm-hsm hsm --set prefix=cenm --set acceptLicense=Y -n cenm
Issue:
Running the command above does not save any client jar file in my AWS EFS.
This line doesn't seem to copy anything since the docker image used for HSM doesn't contain any HSM client jar file.
cp -r {{ .Values.libFolder }}/* /opt/cenm/HSM
Question 2:
I have my HSM client file on my local computer. Can I use the HSM chart to save my local hsm client jar file in kubernetes cluster?
The text was updated successfully, but these errors were encountered:
The command that I had run
helm upgrade --install cenm-hsm hsm --set prefix=cenm --set acceptLicense=Y -n cenm
Issue:
Running the command above does not save any client jar file in my AWS EFS.
This line doesn't seem to copy anything since the docker image used for HSM doesn't contain any HSM client jar file.
cp -r {{ .Values.libFolder }}/* /opt/cenm/HSM
Question 2:
I have my HSM client file on my local computer. Can I use the HSM chart to save my local hsm client jar file in kubernetes cluster?
The text was updated successfully, but these errors were encountered: