Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #517 from maksim-m/patch-1
Browse files Browse the repository at this point in the history
Add namespace parameter to the test function to NOTES.txt
  • Loading branch information
jmlrt authored Mar 19, 2020
2 parents ae168e4 + a251e3d commit cd7532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1. Watch all cluster members come up.
$ kubectl get pods --namespace={{ .Release.Namespace }} -l app={{ template "elasticsearch.uname" . }} -w
2. Test cluster health using Helm test.
$ helm test {{ .Release.Name }}
$ helm test {{ .Release.Name }} --namespace={{ .Release.Namespace }}

0 comments on commit cd7532d

Please sign in to comment.