Merge pull request #130 from jasonraimondi/main
Fix typo in template code example
This commit is contained in:
commit
d25c0d0f38
|
|
@ -17,7 +17,7 @@ images that were updated along with the resource kind and name e.g.:
|
|||
```yaml
|
||||
spec:
|
||||
commit:
|
||||
messsageTemplate: |
|
||||
messageTemplate: |
|
||||
Automated image update
|
||||
|
||||
Automation name: {{ .AutomationObject }}
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@ want to put tokens in to control how CI reacts to commits made by automation. Fo
|
|||
```yaml
|
||||
spec:
|
||||
commit:
|
||||
messsageTemplate: |
|
||||
messageTemplate: |
|
||||
Automated image update by Flux
|
||||
|
||||
[ci skip]
|
||||
|
|
@ -246,7 +246,7 @@ an example of using the fields and methods in a template:
|
|||
```yaml
|
||||
spec:
|
||||
commit:
|
||||
messsageTemplate: |
|
||||
messageTemplate: |
|
||||
Automated image update
|
||||
|
||||
Automation name: {{ .AutomationObject }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue