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
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.
The text was updated successfully, but these errors were encountered:
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 differentImageUpdateAutomation
objects using the same message template.For example:
cluster: prod
, then use{{ index .Values "cluster" }}
in the message template.The text was updated successfully, but these errors were encountered: