Skip to content

Commit

Permalink
Revert "Allow to pass source ami owner id" (#538)
Browse files Browse the repository at this point in the history
This reverts commit 004e7dc.
  • Loading branch information
sehayoun authored Sep 3, 2020
1 parent 68dce97 commit 3fb57ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fb57ec

Please sign in to comment.