From 21b47f4cd33eccfa4e16b17b895cdb0b92899790 Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Fri, 7 Jun 2024 09:48:11 -0600 Subject: [PATCH] move script location to params --- .../dsp-example-pipeline/base/dsp-example-pipeline.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tenants/ai-example/dsp-example-pipeline/base/dsp-example-pipeline.yaml b/tenants/ai-example/dsp-example-pipeline/base/dsp-example-pipeline.yaml index 5b6662b4..926f14a0 100644 --- a/tenants/ai-example/dsp-example-pipeline/base/dsp-example-pipeline.yaml +++ b/tenants/ai-example/dsp-example-pipeline/base/dsp-example-pipeline.yaml @@ -8,6 +8,10 @@ spec: description: Repo URL name: GIT_URL type: string + - default: 'pipelines/11_iris_training_pipeline.py' + description: The location of the python script containing the kfp pipeline + name: KFP_SCRIPT + type: string - default: main name: GIT_REVISION type: string @@ -58,7 +62,7 @@ spec: - name: TAG value: latest - name: SCRIPT - value: pipelines/11_iris_training_pipeline.py + value: $(params.KFP_SCRIPT) - name: KUBEFLOW_ENDPOINT value: $(params.KUBEFLOW_ENDPOINT) runAfter: