We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4677275 commit 656dc20Copy full SHA for 656dc20
helm-chart/eoapi/templates/services/nginx-doc-server.yaml
@@ -46,6 +46,7 @@ spec:
46
- name: doc-html-{{ .Release.Name }}
47
configMap:
48
name: nginx-root-html-{{ .Release.Name }}
49
+ {{- if .Values.docServer.settings }}
50
{{- with .Values.docServer.settings.affinity }}
51
affinity:
52
{{- toYaml . | nindent 8 }}
@@ -54,6 +55,7 @@ spec:
54
55
tolerations:
56
57
{{- end }}
58
+ {{- end }}
59
---
60
apiVersion: v1
61
kind: Service
0 commit comments