From 4ece5f819fc36676e45e1c478e07d17f2dbfeb6b Mon Sep 17 00:00:00 2001 From: Timo Zingel Date: Fri, 31 Jul 2020 14:58:28 +0200 Subject: [PATCH] Fix typo in operator notes Signed-off-by: Timo Zingel --- charts/jaeger-operator/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jaeger-operator/templates/NOTES.txt b/charts/jaeger-operator/templates/NOTES.txt index 6cc34485..64da5f5b 100644 --- a/charts/jaeger-operator/templates/NOTES.txt +++ b/charts/jaeger-operator/templates/NOTES.txt @@ -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 }}