From a8430f2e72ea3a296606471ebe30bb2a9e7cffeb Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Fri, 22 Jul 2022 10:08:39 +0200 Subject: [PATCH] fix(helm): missing blank space in the notes --- charts/capsule/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/capsule/templates/NOTES.txt b/charts/capsule/templates/NOTES.txt index 66254a6e..b59d4b10 100644 --- a/charts/capsule/templates/NOTES.txt +++ b/charts/capsule/templates/NOTES.txt @@ -5,7 +5,7 @@ # Check the capsule logs - $ kubectl logs -f deployment/{{ template "capsule.fullname" . }}-controller-manager -c manager -n{{ .Release.Namespace }} + $ kubectl logs -f deployment/{{ template "capsule.fullname" . }}-controller-manager -c manager -n {{ .Release.Namespace }} - Manage this chart: