Jelajahi Sumber

rename LB field in the compose file

Signed-off-by: aiordache <[email protected]>
Signed-off-by: Nicolas De Loof <[email protected]>
aiordache 5 tahun lalu
induk
melakukan
7337c7520f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"
 )