Skip to content

Commit

Permalink
fixing after testing, now it's works
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjocop committed Feb 26, 2024
1 parent 1d218fb commit a34fbe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/docker-mailserver/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
heritage: "{{ .Release.Service }}"
release: "{{ .Release.Name }}"
{{- with .Values.service.labels }}
{{ toYaml . | nindent 2 }}
{{- end }}
{{- if .Values.service.labels }}
{{ toYaml .Values.service.labels | indent 2 }}
{{ end }}
name: {{ template "dockermailserver.fullname" . }}
spec:
## If a load balancer is being used, ensure that the newer type of LB that passes along IP information is used
Expand Down

0 comments on commit a34fbe0

Please sign in to comment.