Skip to content

Commit 2338b10

Browse files
committed
Remove commented-out APPLICATION_LOCATION_CLUSTER assignment in control.go
1 parent 8891b31 commit 2338b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resource/control.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func GetApplicationEnvironments(labels map[string]string) (map[string]string, er
8484
envMaps["APPLICATION_SERVICE_NAME"] = service
8585
}
8686

87-
envMaps["APPLICATION_LOCATION_CLUSTER"] = config.ClusterId
87+
//envMaps["APPLICATION_LOCATION_CLUSTER"] = config.ClusterId
8888

8989
if swimlane, ok := labels[config.SwimLaneLabel]; ok {
9090
envMaps["CONFIG_LANE_ENABLED"] = "true"

0 commit comments

Comments
 (0)