We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61860db commit 48ff2d6Copy full SHA for 48ff2d6
go.mod
@@ -230,6 +230,7 @@ require (
230
replace (
231
github.com/kubeflow/kfp-tekton/tekton-catalog/cache => github.com/kubeflow/kfp-tekton/tekton-catalog/cache v0.0.0-20240417221339-0b894195443c
232
github.com/kubeflow/kfp-tekton/tekton-catalog/objectstore => github.com/kubeflow/kfp-tekton/tekton-catalog/objectstore v0.0.0-20240417221339-0b894195443c
233
+ github.com/kubeflow/pipelines/kubernetes_platform => ./kubernetes_platform
234
)
235
236
exclude github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f
0 commit comments