Merge pull request #846 from fluxcd/add-missing-optional

Add missing optional to messageTemplateValues API
This commit is contained in:
Matheus Pimenta 2025-02-14 12:29:43 +00:00 committed by GitHub
commit 03b9190c45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ type CommitSpec struct {
// MessageTemplateValues provides additional values to be available to the
// templating rendering.
// +optional
MessageTemplateValues map[string]string `json:"messageTemplateValues,omitempty"`
}

View File

@ -78,6 +78,7 @@ map[string]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>MessageTemplateValues provides additional values to be available to the
templating rendering.</p>
</td>