Skip to content

Commit a26e99e

Browse files
authored
fix: fix replica (#93)
1 parent 7393c93 commit a26e99e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/friendly-computing-machine/templates/subscribe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
"argocd.argoproj.io/sync-wave": "0"
1313
{{- end }}
1414
spec:
15-
replicas: {{ .Values.subscribe.replicas | default 1 }}
15+
replicas: {{ .Values.subscribe.replicas }}
1616
selector:
1717
matchLabels:
1818
app: fcm-subscribe

0 commit comments

Comments
 (0)