This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new a48f70736 fix(helm): Fix typo
a48f70736 is described below
commit a48f7073689df00164d1d78e42a926159c3b882f
Author: halmakidon <[email protected]>
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 }}