Update README.md (#1472)

Made a small change to Global Hooks example in order to remove release name reference - this was probably copy/pasted from Hooks section
This commit is contained in:
vugardzhamalov 2020-09-13 03:41:21 +03:00 committed by GitHub
parent 0fad9f0544
commit 2d7c8e7525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ hooks:
- events: ["prepare", "cleanup"]
showlogs: true
command: "echo"
args: ["{{`{{.Environment.Name}}`}}", "{{`{{.Release.Name}}`}}", "{{`{{.HelmfileCommand}}`}}\
args: ["{{`{{.Environment.Name}}`}}", "{{`{{.HelmfileCommand}}`}}\
"]
```