File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const config = require('config')
55console . log ( config ) ;
66
77app . get ( '/' , ( req , res ) => {
8- res . send ( 'CICD App V2 !' )
8+ res . send ( 'CICD App V3 !' )
99} )
1010
1111app . get ( '/status' , ( req , res ) => {
You can’t perform that action at this time.
0 commit comments