From 10392b62af36c0a857b0f231a160e152dc268fed Mon Sep 17 00:00:00 2001 From: krishnadurai Date: Fri, 3 Jan 2020 15:58:31 -0800 Subject: [PATCH] Changing CMD in test infra deployment --- .../tf-job-operator.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-app/vendor/kubeflow/core@f7a68336ad7a65c2cbba8462e89d24a10626687e/tf-job-operator.libsonnet b/test/test-app/vendor/kubeflow/core@f7a68336ad7a65c2cbba8462e89d24a10626687e/tf-job-operator.libsonnet index a7c15be3ab..c6d0450c8f 100644 --- a/test/test-app/vendor/kubeflow/core@f7a68336ad7a65c2cbba8462e89d24a10626687e/tf-job-operator.libsonnet +++ b/test/test-app/vendor/kubeflow/core@f7a68336ad7a65c2cbba8462e89d24a10626687e/tf-job-operator.libsonnet @@ -102,7 +102,7 @@ containers: [ { command: [ - "/opt/kubeflow/tf-operator.v1", + "/opt/tf-operator.v1", "--alsologtostderr", "-v=1", ],