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
feat(chart): tpl-evaluate extraContainers/extraVolumes/extraVolumeMounts/extraEnvVars/podAnnotations on webapp/supervisor/electric
Wraps the five list-typed value slots on each of the three core
components in `tpl (toYaml .) $` so operators can embed Go-template
directives (e.g. `{{ .Release.Name }}`, `{{ include "trigger-v4.fullname" . }}`,
`{{ .Values.webapp.image.repository }}`) inside their override values.
Without this, parent-chart umbrellas that inject a sidecar via
`extraContainers` are forced to hardcode the image string, ConfigMap
names, and any release-name-derived fields as literals — sources of
truth drift the moment another value changes.
Backwards-compatible: tpl over an already-resolved string with no
`{{ }}` directives is a no-op. Default render is unchanged.
Chart 4.5.0-rc.2-plt663.1 -> 4.5.0-rc.2-plt663.2.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments