Skip to content

Commit

Permalink
Add KFP Tekton release deployment yaml (kubeflow#347)
Browse files Browse the repository at this point in the history
* add release deployment yaml

* Apply suggestions from code review

Co-authored-by: Animesh Singh <singhan@us.ibm.com>

* update title to match with suggestions

Co-authored-by: Animesh Singh <singhan@us.ibm.com>
  • Loading branch information
Tomcli and animeshsingh authored Oct 28, 2020
1 parent aab7793 commit 64a9dbb
Show file tree
Hide file tree
Showing 6 changed files with 2,275 additions and 17 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# - The help target was derived from https://stackoverflow.com/a/35730328/5601796

VENV ?= .venv
KFP_TEKTON_RELEASE ?= v0.4.0
export VIRTUAL_ENV := $(abspath ${VENV})
export PATH := ${VIRTUAL_ENV}/bin:${PATH}

Expand Down Expand Up @@ -123,3 +124,8 @@ build: ## Create GO vendor directories with all dependencies
licext --mode merge --source vendor/ --target third_party/license.txt --overwrite
# Delete vendor directory
rm -rf vendor

.PHONY: build-release-template
build-release-template: ## Build KFP Tekton release deployment templates
@mkdir -p install/$(KFP_TEKTON_RELEASE)
@kustomize build manifests/kustomize/env/kfp-template -o install/$(KFP_TEKTON_RELEASE)/kfp-tekton.yaml
Loading

0 comments on commit 64a9dbb

Please sign in to comment.