From 5478ce77b9ccb6fac462d6ef4f306837191d925f Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 29 Jun 2024 17:18:50 +0200 Subject: [PATCH] fix: maildev --- charts/maildev/templates/deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}