Skip to content

Commit

Permalink
Update notes template to be helm v3 compatible (#378)
Browse files Browse the repository at this point in the history
`helm get {{ .Release.Name }}` is replaced by `vault get all {{ .Release.Name }}` in helm v3, but `all` doesn't exist in v2.
  • Loading branch information
tomhjp authored Aug 27, 2020
1 parent d2c5ff8 commit 798ac9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ https://www.vaultproject.io/docs/
Your release is named {{ .Release.Name }}. To learn more about the release, try:

$ helm status {{ .Release.Name }}
$ helm get {{ .Release.Name }}
$ helm get manifest {{ .Release.Name }}

0 comments on commit 798ac9c

Please sign in to comment.