Skip to content

Commit 3f6ad03

Browse files
author
Sandip Das
committed
new version changes
1 parent c332a33 commit 3f6ad03

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

aws-auth.yaml

Whitespace-only changes.

eks_cicd/aws-auth.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
apiVersion: v1
2+
data:
3+
mapRoles: |
4+
- groups:
5+
- system:bootstrappers
6+
- system:nodes
7+
rolearn: arn:aws:iam::120717539064:role/eksctl-cicd-demo-nodegroup-ng-1-NodeInstanceRole-AHYQIRO1R4HE
8+
username: system:node:{{EC2PrivateDNSName}}
9+
10+
- rolearn: arn:aws:iam::120717539064:role/service-role/codebuild-cicddemobuildproject-service-role
11+
username: codebuild-cicddemobuildproject-service-role
12+
groups:
13+
- system:masters
14+
mapUsers: |
15+
[]
16+
kind: ConfigMap
17+
metadata:
18+
creationTimestamp: "2021-04-27T20:43:23Z"
19+
managedFields:
20+
- apiVersion: v1
21+
fieldsType: FieldsV1
22+
fieldsV1:
23+
f:data:
24+
.: {}
25+
f:mapRoles: {}
26+
f:mapUsers: {}
27+
manager: eksctl
28+
operation: Update
29+
time: "2021-04-27T20:43:23Z"
30+
name: aws-auth
31+
namespace: kube-system
32+
resourceVersion: "1559"
33+
selfLink: /api/v1/namespaces/kube-system/configmaps/aws-auth
34+
uid: 414c6bae-79e4-4f24-a1d5-d30e615c904c

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const config = require('config')
55
console.log(config);
66

77
app.get('/', (req, res) => {
8-
res.send('CICD App V2!')
8+
res.send('CICD App V3!')
99
})
1010

1111
app.get('/status', (req, res) => {

0 commit comments

Comments
 (0)