smallstep/helm-charts

Inject mode incorrectly injects User SSH CA key.

estenrye opened this issue · 2 comments

Thanks to @opencommits to pointing this out.

ssh_user_ca_key.pub: {{ .Values.inject.certificates.ssh_host_ca }}

Should be updated to use:

ssh_user_ca_key.pub:  {{ .Values.inject.certificates.ssh_user_ca }}

Should be fixed by pull request #55

closed by #55