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
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.
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
The text was updated successfully, but these errors were encountered: