We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02b165f + 8d5084b commit 03b9190Copy full SHA for 03b9190
api/v1beta2/git.go
@@ -70,6 +70,7 @@ type CommitSpec struct {
70
71
// MessageTemplateValues provides additional values to be available to the
72
// templating rendering.
73
+ // +optional
74
MessageTemplateValues map[string]string `json:"messageTemplateValues,omitempty"`
75
}
76
docs/api/v1beta2/image-automation.md
@@ -78,6 +78,7 @@ map[string]string
78
</em>
79
</td>
80
<td>
81
+<em>(Optional)</em>
82
<p>MessageTemplateValues provides additional values to be available to the
83
templating rendering.</p>
84
0 commit comments