From 5c5d608be5baaea6ffc51bb7d2494e0067e7bf73 Mon Sep 17 00:00:00 2001 From: "mingsheng.li" Date: Tue, 5 Aug 2025 14:39:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E9=94=99=E4=BA=86pipeline=E7=9A=84?= =?UTF-8?q?=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/job-templates/dbf-import-ctllog-pwc-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/job-templates/dbf-import-ctllog-pwc-job.yaml b/k8s/job-templates/dbf-import-ctllog-pwc-job.yaml index 908af42..d7b3aee 100644 --- a/k8s/job-templates/dbf-import-ctllog-pwc-job.yaml +++ b/k8s/job-templates/dbf-import-ctllog-pwc-job.yaml @@ -20,7 +20,7 @@ spec: containers: - name: importer image: {{IMAGE_REPO}}/databridge:{{IMAGE_TAG}} - args: ["--pipeline", "dbf_to_postgres_ctllog-pwc"] + args: ["--pipeline", "dbf_to_postgres_ctllog_pwc"] env: - name: DATA_PVC_MOUNT_PATH value: "/data"