File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
charts/docker-mailserver/templates Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ metadata:
1111 prometheus.io/path : {{ .Values.monitoring.service.path | quote }}
1212 prometheus.io/port : {{ .Values.monitoring.service.port | quote }}
1313 # #
14- {{- if .Values.service.annotations }}
15- {{ toYaml .Values.service.annotations | indent 2 }}
16- {{ end }}
14+ {{- if .Values.service.annotations }}
15+ {{ toYaml .Values.service.annotations | indent 4 }}
16+ {{ end }}
1717 labels :
1818 app.kubernetes.io/name : {{ template "dockermailserver.fullname" . }}
1919 chart : " {{ .Chart.Name }}-{{ .Chart.Version }}"
2020 heritage : " {{ .Release.Service }}"
2121 release : " {{ .Release.Name }}"
22- {{- if .Values.service.labels }}
23- {{ toYaml .Values.service.labels | indent 2 }}
24- {{ end }}
22+ {{- if .Values.service.labels }}
23+ {{ toYaml .Values.service.labels | indent 4 }}
24+ {{ end }}
2525 name : {{ template "dockermailserver.fullname" . }}
2626spec :
2727 # # If a load balancer is being used, ensure that the newer type of LB that passes along IP information is used
You can’t perform that action at this time.
0 commit comments