diff --git a/rootfs/resourcifier/Makefile b/rootfs/resourcifier/Makefile index 7925b04e1d3de2d25f888ce89a7d01ebb0c9feda..d1a62ebca6003eebb4972d7218ad2854d09a7365 100644 --- a/rootfs/resourcifier/Makefile +++ b/rootfs/resourcifier/Makefile @@ -13,19 +13,14 @@ # limitations under the License. IMAGE ?= resourcifier - KUBE_VERSION ?= v1.1.7 +KUBE_VERSION ?= v1.1.7 include ../include.mk .PHONY: extras -extras: expansion kubectl - -.PHONY: expansion -expansion: - cp -R ../../expansion ./opt +extras: kubectl .PHONY: kubectl kubectl: curl -fsSL -o bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl chmod +x bin/kubectl - \ No newline at end of file