We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdae349 commit 372b4a2Copy full SHA for 372b4a2
buildspec_eks.yml
@@ -19,7 +19,7 @@ phases:
19
pre_build:
20
commands:
21
- echo Logging in to Amazon EKS...
22
- - aws eks --region $AWS_DEFAULT_REGION update-kubeconfig --name $AWS_CLUSTER_NAME
+ - aws eks --region $AWS_DEFAULT_REGION update-kubeconfig --name $AWS_CLUSTER_NAME --role-arn arn:aws:iam::120717539064:role/CodeBuildKubectlRole
23
- echo check config
24
- kubectl config view --minify
25
- echo check kubectl access
index.js
@@ -5,7 +5,7 @@ const config = require('config')
5
console.log(config);
6
7
app.get('/', (req, res) => {
8
- res.send('CICD App V3!')
+ res.send('CICD App V4!')
9
})
10
11
app.get('/status', (req, res) => {
0 commit comments