From 2c6b562e56470983be7ef72897e7774632fb0005 Mon Sep 17 00:00:00 2001 From: maartenboonen Date: Wed, 7 Aug 2024 10:07:56 +0200 Subject: [PATCH] XENOPS-1187 fix "if" --- xenit-alfresco/templates/acs/acs-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenit-alfresco/templates/acs/acs-deployment.yaml b/xenit-alfresco/templates/acs/acs-deployment.yaml index b17eb72..db3d0fa 100644 --- a/xenit-alfresco/templates/acs/acs-deployment.yaml +++ b/xenit-alfresco/templates/acs/acs-deployment.yaml @@ -7,7 +7,7 @@ metadata: labels: app: acs spec: - {{-if .Values.general.enterprise }} + {{- if .Values.general.enterprise }} replicas: {{ .Values.acs.replicas }} {{- else }} replicas: 1