Skip to content

Commit

Permalink
Fix #196: Remove duplicated 'name:' that caused helm chart to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Apr 24, 2024
1 parent c50f864 commit fc5f540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion helm/mail/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ spec:
volumeMounts:
- name: tmp
mountPath: /tmp
name: tmp
- name: {{ $fullName | quote }}
mountPath: /var/spool/postfix
subPath: spool
Expand Down
2 changes: 1 addition & 1 deletion helm/test_14_test_dns_policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dns:
options:
- name: ndots
value: "5"
- name: edns0
- name: edns0
2 changes: 2 additions & 0 deletions helm/test_15_test_metrics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
metrics:
enabled: true

0 comments on commit fc5f540

Please sign in to comment.