Skip to content

Commit fc5f540

Browse files
committed
Fix #196: Remove duplicated 'name:' that caused helm chart to fail
1 parent c50f864 commit fc5f540

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

helm/mail/templates/statefulset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ spec:
155155
volumeMounts:
156156
- name: tmp
157157
mountPath: /tmp
158-
name: tmp
159158
- name: {{ $fullName | quote }}
160159
mountPath: /var/spool/postfix
161160
subPath: spool

helm/test_14_test_dns_policy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dns:
1010
options:
1111
- name: ndots
1212
value: "5"
13-
- name: edns0
13+
- name: edns0

helm/test_15_test_metrics.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
metrics:
2+
enabled: true

0 commit comments

Comments
 (0)