diff --git a/etc/kubernetes/helm/enterprise-gateway/templates/deployment.yaml b/etc/kubernetes/helm/enterprise-gateway/templates/deployment.yaml index 4cc7371a..fd6d09b2 100644 --- a/etc/kubernetes/helm/enterprise-gateway/templates/deployment.yaml +++ b/etc/kubernetes/helm/enterprise-gateway/templates/deployment.yaml @@ -124,6 +124,7 @@ spec: - name: image-kernelspecs emptyDir: medium: Memory + {{- end }} {{- if .Values.deployment.tolerations }} tolerations: @@ -137,6 +138,4 @@ spec: affinity: {{- toYaml .Values.deployment.affinity | nindent 8 }} {{- end }} - - {{- end }} {{- end }}