Skip to content

Commit 8de743a

Browse files
committed
read namespace from env
1 parent 5de0973 commit 8de743a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: mu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ service:
1313
- /*
1414
networkMode: awsvpc
1515
parameters:
16-
'mu-service-ecsdemo-nodejs-acceptance':
16+
'${env:MU_NAMESPACE}-service-ecsdemo-nodejs-acceptance':
1717
ElbHttpListenerArn:
1818
${env:MU_NAMESPACE}-loadbalancer-acceptance-BackendLBHttpListenerArn
19-
'mu-service-ecsdemo-nodejs-production':
19+
'${env:MU_NAMESPACE}-service-ecsdemo-nodejs-production':
2020
ElbHttpListenerArn:
2121
${env:MU_NAMESPACE}-loadbalancer-production-BackendLBHttpListenerArn

0 commit comments

Comments
 (0)