From 20b70c79c80e15f831eba99c20789606d8c9211f Mon Sep 17 00:00:00 2001 From: Guillaume Smaha Date: Mon, 14 Jan 2019 10:31:57 -0500 Subject: [PATCH] Remove duplicate lines for affinity and tolerations Signed-off-by: Guillaume Smaha --- deploy/chart/templates/deployment.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/deploy/chart/templates/deployment.yaml b/deploy/chart/templates/deployment.yaml index 3d7694d29..547b24794 100644 --- a/deploy/chart/templates/deployment.yaml +++ b/deploy/chart/templates/deployment.yaml @@ -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