fix: The error is caused by too many environment variables(E2BIG).

This commit is contained in:
2025-04-15 09:21:04 +08:00
parent 81fb8d2881
commit 4604a4904a
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -98,6 +98,7 @@ spec:
protocol: TCP
resources:
{{- toYaml .Values.web.resources | nindent 12 }}
enableServiceLinks: {{ .Values.web.enableServiceLinks }}
{{- if and (.Values.nodeSelector) (not .Values.web.nodeSelector) }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}