diff --git a/charts/maildev/templates/deployment.yaml b/charts/maildev/templates/deployment.yaml index 5d8f3f2..00548d4 100644 --- a/charts/maildev/templates/deployment.yaml +++ b/charts/maildev/templates/deployment.yaml @@ -12,8 +12,7 @@ metadata: spec: replicas: {{ .Values.replicaCount }} selector: - matchLabels: - matchLabels: {{ include "common.labels.matchLabels" . | nindent 6 }} + matchLabels: {{ include "common.labels.matchLabels" . | nindent 6 }} template: metadata: {{ if .Values.podAnnotations }}