From a487585397b773f4d89144d8b1c372657c796b01 Mon Sep 17 00:00:00 2001 From: Mohammed Noureldin Date: Sun, 2 Jun 2024 00:56:41 +0200 Subject: [PATCH] Redirect output to stderr job-create-site.yaml --- erpnext/templates/job-create-site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/job-create-site.yaml b/erpnext/templates/job-create-site.yaml index 2aadfd7..686775d 100644 --- a/erpnext/templates/job-create-site.yaml +++ b/erpnext/templates/job-create-site.yaml @@ -101,7 +101,7 @@ spec: {{- if .Values.jobs.createSite.forceCreate }} --force \ {{- end }} - | tee /dev/tty); + | tee /dev/stderr); bench_exit_status=$?;