Skip to content

Commit

Permalink
Add namespace parameter
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
  • Loading branch information
JenTing Hsiao authored and guangbochen committed Jul 25, 2021
1 parent bc40fc7 commit 2f81006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/harvester/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Please make sure there is a default StorageClass in the Kubernetes cluster.

To learn more about the release, try:

$ helm status {{ .Release.Name }}
$ helm get all {{ .Release.Name }}
$ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
$ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }}

0 comments on commit 2f81006

Please sign in to comment.