Quellcode durchsuchen

rename LB field in the compose file

Signed-off-by: aiordache <[email protected]>
Signed-off-by: Nicolas De Loof <[email protected]>
aiordache vor 5 Jahren
Ursprung
Commit
7337c7520f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"
 )