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 f535e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/docker-mailserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "13.3.1"
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
name: docker-mailserver
version: 3.0.2
version: 3.0.3
sources:
- https://github.com/docker-mailserver/docker-mailserver-helm
maintainers:
Expand Down
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 f535e9d

Please sign in to comment.