christianhuth / helm-charts

Helm Charts for various Applications
https://charts.christianhuth.de
MIT License
44 stars 23 forks source link

feat: add support for volume mounts in skooner #1178

Closed dal13002 closed 1 month ago

dal13002 commented 1 month ago

Summary:

christianhuth commented 1 month ago

Can you explain why this is needed?

dal13002 commented 1 month ago

A common use case is to overwrite the CA bundle inside the container

dal13002 commented 1 month ago

I believe skooner is an alpine based image. In which case, we can mount at /etc/ssl/certs/ca-certificates.crt to modify the operating systems certificates.

christianhuth commented 1 month ago

@dal13002 thanks for your contribution