Skip to content

Commit

Permalink
Patch apiserver
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Oct 9, 2024
1 parent 35f3e89 commit bb96890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy/github/deploy-kfp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ then
exit 1
fi

kubectl patch deployment ml-pipeline -p '{"spec": {"template": {"spec": {"containers": [{"name": "ml-pipeline-api-server", "image": "apiserver"}]}}}}' -n kubeflow

collect_artifacts kubeflow

echo "Finished KFP deployment."
Expand Down

0 comments on commit bb96890

Please sign in to comment.