From 3fb57eca91ba2bc96c20fe6d3240a8b23afda12b Mon Sep 17 00:00:00 2001 From: sehayoun <70663169+sehayoun@users.noreply.github.com> Date: Thu, 3 Sep 2020 14:47:35 -0700 Subject: [PATCH] Revert "Allow to pass source ami owner id" (#538) This reverts commit 004e7dc23622bccac4e40fae1897cddaa85a4673. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index faf2bf7ec..8699a89f1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ K8S_VERSION_PARTS := $(subst ., ,$(kubernetes_version)) K8S_VERSION_MINOR := $(word 1,${K8S_VERSION_PARTS}).$(word 2,${K8S_VERSION_PARTS}) aws_region ?= $(AWS_DEFAULT_REGION) -source_ami_owners ?= $(SOURCE_AMI_OWNERS) binary_bucket_region ?= $(AWS_DEFAULT_REGION) ami_name ?= amazon-eks-node-$(K8S_VERSION_MINOR)-v$(shell date +'%Y%m%d') arch ?= x86_64