jenkins-infra / helm-charts

Helm chart repository containing the jenkins-infra public charts.
7 stars 25 forks source link

feat!(mirrorbits) define mirrorbits.conf using (visible) values #1268

Closed dduportal closed 2 months ago

dduportal commented 2 months ago

It introduces a new config top-level value with a set of default values mapping to mirrorbit reference configuration. Implementation shifts from a Secret to a ConfigMap.

Note that this ConfigMap could hold a Redis password but RBAC allows reading it in clear if you can exec to the container so the secret does not protect more than ConfigMap.

BREAKING CHANGE: the value conf is deprecated and ignored. Check the new config value instead. BREAKING CHANGE: the value logs is deprecated and ignored. Check the new config.logs value instead.