Fix #196: Remove duplicated 'name:' that caused helm chart to fail

This commit is contained in:
Bojan Čekrlić 2024-04-24 08:39:47 +02:00
parent c50f864ed8
commit fc5f540436
3 changed files with 3 additions and 2 deletions

View file

@ -155,7 +155,6 @@ spec:
volumeMounts:
- name: tmp
mountPath: /tmp
name: tmp
- name: {{ $fullName | quote }}
mountPath: /var/spool/postfix
subPath: spool

View file

@ -10,4 +10,4 @@ dns:
options:
- name: ndots
value: "5"
- name: edns0
- name: edns0

View file

@ -0,0 +1,2 @@
metrics:
enabled: true