diff --git a/deployment/charts/templates/fuel-core-deploy.yaml b/deployment/charts/templates/fuel-core-deploy.yaml index 98081ef246e..d03b0fa07f8 100644 --- a/deployment/charts/templates/fuel-core-deploy.yaml +++ b/deployment/charts/templates/fuel-core-deploy.yaml @@ -73,8 +73,8 @@ spec: - name: {{ .Values.app.volume.pvname }} mountPath: "{{ .Values.app.volume.mountPath }}" env: - - name: {{ .Values.app.human_logging }} - value: "false" + - name: human_logging + value: {{ .Values.app.human_logging | quote }} volumes: - name: {{ .Values.app.volume.pvname }} persistentVolumeClaim: