소스 검색

rename LB field in the compose file

Signed-off-by: aiordache <[email protected]>
Signed-off-by: Nicolas De Loof <[email protected]>
aiordache 5 년 전
부모
커밋
7337c7520f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ecs/pkg/amazon/x.go

+ 1 - 1
ecs/pkg/amazon/x.go

@@ -4,5 +4,5 @@ const (
 	ExtensionSecurityGroup   = "x-aws-securitygroup"
 	ExtensionVPC             = "x-aws-vpc"
 	ExtensionPullCredentials = "x-aws-pull_credentials"
-	ExtensionLB              = "x-aws-lb"
+	ExtensionLB              = "x-aws-loadbalancer"
 )