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
|
```yaml
|
||||||
spec:
|
spec:
|
||||||
commit:
|
commit:
|
||||||
messsageTemplate: |
|
messageTemplate: |
|
||||||
Automated image update
|
Automated image update
|
||||||
|
|
||||||
Automation name: {{ .AutomationObject }}
|
Automation name: {{ .AutomationObject }}
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ want to put tokens in to control how CI reacts to commits made by automation. Fo
|
||||||
```yaml
|
```yaml
|
||||||
spec:
|
spec:
|
||||||
commit:
|
commit:
|
||||||
messsageTemplate: |
|
messageTemplate: |
|
||||||
Automated image update by Flux
|
Automated image update by Flux
|
||||||
|
|
||||||
[ci skip]
|
[ci skip]
|
||||||
|
|
@ -246,7 +246,7 @@ an example of using the fields and methods in a template:
|
||||||
```yaml
|
```yaml
|
||||||
spec:
|
spec:
|
||||||
commit:
|
commit:
|
||||||
messsageTemplate: |
|
messageTemplate: |
|
||||||
Automated image update
|
Automated image update
|
||||||
|
|
||||||
Automation name: {{ .AutomationObject }}
|
Automation name: {{ .AutomationObject }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue