Skip to content

Commit

Permalink
XENOPS-1187 fix "if"
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenboonen-xenit committed Aug 7, 2024
1 parent 73892ae commit 2c6b562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xenit-alfresco/templates/acs/acs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app: acs
spec:
{{-if .Values.general.enterprise }}
{{- if .Values.general.enterprise }}
replicas: {{ .Values.acs.replicas }}
{{- else }}
replicas: 1
Expand Down

0 comments on commit 2c6b562

Please sign in to comment.