pmint93 / helm-charts

My helm charts
https://pmint93.github.io/helm-charts/
Apache License 2.0
73 stars 72 forks source link

Enabling SSL with java keystore file #40

Open JavadHosseini opened 2 years ago

JavadHosseini commented 2 years ago

In values.yaml it is mentioned that JKS file should be added in "keyStore" field, I created JKS but How should I import the JKS binary file to chart?

pmint93 commented 2 years ago

@JavadHosseini It's not possible to configure JKS key for now because JKS file is in binary format and cannot embedded into values.yaml file. It was my mistake to think it is in plaintext format.

So, we need changes to this chart to make it possible

gagandeep commented 2 years ago

When it will be done?

lhoss commented 6 months ago

because JKS file is in binary format and cannot embedded into values.yaml file

Easy solution: base64 encode / decode