From 7db78dac1df15dde92cb27c41d6a8b9658deeb53 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Thu, 2 May 2019 10:49:00 -0400 Subject: [PATCH] Remove trailing spaces in distributed_tfjob.yaml --- examples/distribution_strategy/distributed_tfjob.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/distribution_strategy/distributed_tfjob.yaml b/examples/distribution_strategy/distributed_tfjob.yaml index 1e4293ceec..62d0a21ea7 100644 --- a/examples/distribution_strategy/distributed_tfjob.yaml +++ b/examples/distribution_strategy/distributed_tfjob.yaml @@ -7,7 +7,7 @@ spec: cleanPodPolicy: None tfReplicaSpecs: Worker: - replicas: 3 + replicas: 3 restartPolicy: Never template: metadata: @@ -16,4 +16,4 @@ spec: spec: containers: - name: tensorflow - image: gcr.io/kubeflow-examples/distributed_worker:v20181031-513e107c + image: gcr.io/kubeflow-examples/distributed_worker:v20181031-513e107c