Skip to content

Commit

Permalink
Merge pull request #28 from redhat-ai-services/pipeline-param
Browse files Browse the repository at this point in the history
move script location to params
  • Loading branch information
strangiato committed Jun 7, 2024
2 parents d699ec5 + 21b47f4 commit cd550ac
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit cd550ac

Please sign in to comment.