This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 43a0343edb131b5521cb060a800f1d5a2df4baf3
Author: halmakidon <1182835+halmaki...@users.noreply.github.com>
AuthorDate: Tue Sep 13 13:28:49 2022 +0900

    fix(helm): Fix typo
---
 helm/camel-k/templates/operator.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/camel-k/templates/operator.yaml 
b/helm/camel-k/templates/operator.yaml
index b154e1641..a26f4c57e 100644
--- a/helm/camel-k/templates/operator.yaml
+++ b/helm/camel-k/templates/operator.yaml
@@ -84,4 +84,4 @@ spec:
       {{- with .Values.operator.tolerations }}
       tolerations:
         {{- toYaml . | nindent 8 }}
-      {{-end }}
+      {{- end }}

Reply via email to