diff --git a/canal-server/templates/deployment.yaml b/canal-server/templates/deployment.yaml index 13fad53..cd9a388 100644 --- a/canal-server/templates/deployment.yaml +++ b/canal-server/templates/deployment.yaml @@ -57,7 +57,7 @@ spec: env: - name: TZ value: "Asia/Shanghai" - {{- include "common.tplvalues.render" ( dict "value" .Values.extraEnvVars "context" $ ) | nindent 12 }} + {{- toYaml .Values.extraEnvVars | nindent 12 }} resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }}