Skip to content

Commit cfcdf9e

Browse files
author
Sandip Das
committed
remove arn
1 parent 372b4a2 commit cfcdf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec_eks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ phases:
1919
pre_build:
2020
commands:
2121
- echo Logging in to Amazon EKS...
22-
- aws eks --region $AWS_DEFAULT_REGION update-kubeconfig --name $AWS_CLUSTER_NAME --role-arn arn:aws:iam::120717539064:role/CodeBuildKubectlRole
22+
- aws eks --region $AWS_DEFAULT_REGION update-kubeconfig --name $AWS_CLUSTER_NAME
2323
- echo check config
2424
- kubectl config view --minify
2525
- echo check kubectl access

0 commit comments

Comments
 (0)