Skip to content

Commit 13f8735

Browse files
committed
updated Makefile for retirement
1 parent 4d62936 commit 13f8735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
REGION ?= us-east-1
44
BUCKET ?= uno-resource-type-dev
5-
EX_ROLE ?= arn:aws:iam::336362434857:role/quickstart-kubernetes-resource-provi-ExecutionRole-MIPX7F8MJQ7K
6-
LOG_ROLE ?=
5+
EX_ROLE ?= arn:aws:iam::<ACCOUNT_ID>:role/<ROLE_NAME>
6+
LOG_ROLE ?= arn:aws:iam::<ACCOUNT_ID>:role/<ROLE_NAME>
77

88
build:
99
docker build . -t k8s-cfn-build

0 commit comments

Comments
 (0)