Merge pull request #846 from fluxcd/add-missing-optional
Add missing optional to messageTemplateValues API
This commit is contained in:
commit
03b9190c45
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue