From 97778a5eca9d9807452c8b6e7fca7f978130e03c Mon Sep 17 00:00:00 2001 From: Dai Ming Date: Thu, 28 Apr 2022 12:15:15 +0800 Subject: [PATCH] fix newline in ServiceAccount template --- charts/bfe-ingress-controller/templates/serviceaccount.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/bfe-ingress-controller/templates/serviceaccount.yaml b/charts/bfe-ingress-controller/templates/serviceaccount.yaml index 9b761f07..39eb907a 100644 --- a/charts/bfe-ingress-controller/templates/serviceaccount.yaml +++ b/charts/bfe-ingress-controller/templates/serviceaccount.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -{{- if .Values.serviceAccount.create -}} +{{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount metadata: