Skip to content

Commit

Permalink
Update all.jsonnet (kubeflow#131)
Browse files Browse the repository at this point in the history
tf-job -> tf-job-operator
  • Loading branch information
Pete MacKinnon authored and k8s-ci-robot committed May 16, 2018
1 parent dfb9ae9 commit 39401ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-infra/vendor/kubeflow/core/prototypes/all.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
local k = import "k.libsonnet";
local jupyter = import "kubeflow/core/jupyterhub.libsonnet";
local nfs = import "kubeflow/core/nfs.libsonnet";
local tfjob = import "kubeflow/core/tf-job.libsonnet";
local tfjob = import "kubeflow/core/tf-job-operator.libsonnet";

local name = import "param://name";
local namespace = import "param://namespace";
Expand Down

0 comments on commit 39401ac

Please sign in to comment.