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 <[email protected]>
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:

Reply via email to