wiremind / wiremind-helm-charts

A list of Helm Charts used and maintained by Wiremind
https://artifacthub.io/packages/search?repo=wiremind&sort=relevance&page=1
Apache License 2.0
40 stars 94 forks source link

[karma] Allow passing private CA from a ConfigMap #268

Open aslafy-z opened 1 year ago

aslafy-z commented 1 year ago

Most of the time, certificate authorities can be stored in ConfigMap as the certificate on itself is not a sensitive information. In my setup, the company CA is synced in all the user namespaces, in a configmap resource. I'd like to use this configmap instead of having to create some specific secret for Karma.

See https://github.com/wiremind/wiremind-helm-charts/blob/main/charts/karma/values.yaml#L178-L184 https://github.com/wiremind/wiremind-helm-charts/blob/main/charts/karma/templates/deployment.yaml#L131-L136

maxime1907 commented 2 months ago

Hi, PRs are welcome!