You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by le...@apache.org on 2023/02/15 17:07:55 UTC

[tika-helm] branch main updated: fix: remove dash chars (#8)

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

lewismc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-helm.git


The following commit(s) were added to refs/heads/main by this push:
     new f87ab01  fix: remove dash chars (#8)
f87ab01 is described below

commit f87ab01de82d551ea401262e22d41d3623d5dbdb
Author: Francesco <fr...@gmail.com>
AuthorDate: Wed Feb 15 18:07:49 2023 +0100

    fix: remove dash chars (#8)
---
 templates/serviceaccount.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/serviceaccount.yaml b/templates/serviceaccount.yaml
index cb07880..0f708f2 100644
--- a/templates/serviceaccount.yaml
+++ b/templates/serviceaccount.yaml
@@ -16,7 +16,7 @@
 # under the License.
 
 ---
-{{- if .Values.serviceAccount.create -}}
+{{- if .Values.serviceAccount.create }}
 apiVersion: v1
 kind: ServiceAccount
 metadata: