We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc34d4 commit e666de3Copy full SHA for e666de3
1 file changed
charts/docker-mailserver/templates/deployment.yaml
@@ -27,6 +27,9 @@ spec:
27
labels:
28
app.kubernetes.io/name: {{ template "dockermailserver.fullname" . }}
29
release: "{{ .Release.Name }}"
30
+ {{- if .Values.deployment.labels }}
31
+{{ toYaml .Values.deployment.labels | indent 8 }}
32
+ {{ end }}
33
{{- if .Values.deployment.annotations }}
34
annotations:
35
{{ toYaml .Values.deployment.annotations | indent 8 }}
@@ -263,4 +266,4 @@ spec:
263
266
readonly: true
264
267
{{- end }}
265
268
-{{- end }}
269
+{{- end }}
0 commit comments