Remove duplicate lines for affinity and tolerations

Signed-off-by: Guillaume Smaha <guillaume.smaha@gmail.com>
This commit is contained in:
Guillaume Smaha 2019-01-14 10:31:57 -05:00
parent ce1b1f500f
commit 20b70c79c8

View File

@ -66,14 +66,6 @@ spec:
{{- if .defaultACMEDNS01ChallengeProvider }}
- --default-acme-issuer-dns01-provider-name={{ .defaultACMEDNS01ChallengeProvider }}
{{- end }}
{{- end }}
{{- if .Values.affinity }}
affinity:
{{ toYaml .Values.affinity | indent 10 }}
{{- end }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 10 }}
{{- end }}
env:
- name: POD_NAMESPACE