Skip to content

Commit

Permalink
Remove unused, but confusing default replicas value. See #95
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Feb 13, 2024
1 parent a2988e2 commit 52c2ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/docker-mailserver/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
{{ toYaml .Values.deployment.annotations | indent 4 }}
{{ end }}
spec:
replicas: {{ default 2 .Values.deployment.replicas }}
replicas: {{ .Values.deployment.replicas }}
selector:
matchLabels:
app.kubernetes.io/name: {{ template "dockermailserver.fullname" . }}
Expand Down

0 comments on commit 52c2ae8

Please sign in to comment.