This commit is contained in:
marsal wang
2021-12-30 14:11:03 +08:00
parent 533abc1164
commit f0db052587

View File

@ -57,7 +57,7 @@ spec:
env: env:
- name: TZ - name: TZ
value: "Asia/Shanghai" value: "Asia/Shanghai"
{{- include "common.tplvalues.render" ( dict "value" .Values.extraEnvVars "context" $ ) | nindent 12 }} {{- toYaml .Values.extraEnvVars | nindent 12 }}
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}