MarcoRob commented on code in PR #23293:
URL: https://github.com/apache/beam/pull/23293#discussion_r989214731


##########
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/environment/DockerEnvironmentFactory.java:
##########
@@ -182,7 +182,7 @@ private List<String> gcsCredentialArgs() {
     // TODO(https://github.com/apache/beam/issues/19061): Allow this to be 
disabled manually.
     if (Files.exists(Paths.get(localGcloudConfig))) {
       return ImmutableList.of(
-          "--mount",
+          "-v",

Review Comment:
   Hi @Abacn 
   It is the same context as this 
[change](https://github.com/apache/beam/pull/23167#discussion_r987024080)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to