Skip to content

Commit 90e3446

Browse files
author
Sandip Das
committed
configuration update
1 parent b04669c commit 90e3446

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

buildspec_eks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ phases:
1313
- source ~/.bashrc
1414
- echo 'Check kubectl version'
1515
- kubectl version --short --client
16+
- chmod +x k8s/Configuring-Cluster-cloud-formation/prereqs.sh
17+
- sh k8s/Configuring-Cluster-cloud-formation/prereqs.sh
1618

1719
pre_build:
1820
commands:

k8s/Configuring-Cluster-cloud-formation/aws-auth-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: kube-system
66
data:
77
mapRoles: |
8-
- rolearn: <ARN of instance role (not instance profile)>
8+
- rolearn: arn:aws:iam::120717539064:role/service-role/codebuild-samplecicddemo-service-role
99
username: system:node:{{EC2PrivateDNSName}}
1010
groups:
1111
- system:bootstrappers

0 commit comments

Comments
 (0)