Merge pull request #130 from jasonraimondi/main

Fix typo in template code example
This commit is contained in:
Stefan Prodan 2021-03-19 11:02:53 +02:00 committed by GitHub
commit d25c0d0f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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 }}

View File

@ -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 }}