fix: maildev
This commit is contained in:
parent
cb275119dc
commit
5478ce77b9
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels: {{ include "common.labels.matchLabels" . | nindent 6 }}
|
||||||
matchLabels: {{ include "common.labels.matchLabels" . | nindent 6 }}
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
{{ if .Values.podAnnotations }}
|
{{ if .Values.podAnnotations }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue