From 7a2491f2ace08cc66c6f387cfc9d69e8f89a9cec Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Wed, 8 Oct 2014 17:47:40 -0700 Subject: [PATCH] build: fix controller-manager command line --- build/run-images/controller-manager/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run-images/controller-manager/run.sh b/build/run-images/controller-manager/run.sh index 46b6eacf96b..2a9d055e08a 100755 --- a/build/run-images/controller-manager/run.sh +++ b/build/run-images/controller-manager/run.sh @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -./controller-manager -etcd_servers="${ETCD_SERVERS}" -master="${API_SERVER}" +./controller-manager -master="${API_SERVER}"