image-automation-controller icon indicating copy to clipboard operation
image-automation-controller copied to clipboard

Feature request: A dictionary of values for the commit message template

Open matheuscscp opened this issue 3 months ago • 0 comments

It'd be really nice to be able to specify a map[string]string dictionary to be passed to the commit message template, e.g. .spec.git.commit.messageTemplateValues. This way I can use kustomize/helm to specify different values for different ImageUpdateAutomation objects using the same message template.

For example: cluster: prod, then use {{ index .Values "cluster" }} in the message template.

matheuscscp avatar May 06 '24 18:05 matheuscscp