Skip to content

Commit 798ac9c

Browse files
authoredAug 27, 2020
Update notes template to be helm v3 compatible (#378)
`helm get {{ .Release.Name }}` is replaced by `vault get all {{ .Release.Name }}` in helm v3, but `all` doesn't exist in v2.
1 parent d2c5ff8 commit 798ac9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/NOTES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ https://www.vaultproject.io/docs/
1010
Your release is named {{ .Release.Name }}. To learn more about the release, try:
1111

1212
$ helm status {{ .Release.Name }}
13-
$ helm get {{ .Release.Name }}
13+
$ helm get manifest {{ .Release.Name }}
1414

0 commit comments

Comments
 (0)
Please sign in to comment.