Skip to content

Commit

Permalink
Fix typo in operator notes
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Zingel <timo.zinge@joblift.de>
  • Loading branch information
flecno committed Jul 31, 2020
1 parent 32d7fb7 commit 8ec59f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jaeger-operator/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jaeger-operator is installed.


Check the jaeger-operator logs
export POD=$(kubectl get pods-l app.kubernetes.io/instance={{ .Release.Name }} -lapp.kubernetes.io/name=jaeger-operator --namespace {{ .Release.Namespace }} --output name)
export POD=$(kubectl get pods -l app.kubernetes.io/instance={{ .Release.Name }} -lapp.kubernetes.io/name=jaeger-operator --namespace {{ .Release.Namespace }} --output name)
kubectl logs $POD --namespace={{ .Release.Namespace }}


0 comments on commit 8ec59f6

Please sign in to comment.