瀏覽代碼

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"
 )