Merge pull request #1669 from proppy/fix-docker-image

build: fix controller-manager command line
This commit is contained in:
bgrant0607 2014-10-08 23:17:04 -07:00
commit 005fd59d49

View File

@ -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}"