Merge pull request #1209 from GuillaumeSmaha/fix_affinity
Fix affinity and tolerations declaration: remove duplicate lines
This commit is contained in:
commit
17f326518e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user