Skip to content

Commit

Permalink
Point to *correct* path for docker socket
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jan 17, 2024
1 parent 30b3e58 commit 7d6a025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extraConfig:
import os
helm_deployment_name = os.environ["HELM_DEPLOYMENT_NAME"]
namespace = os.environ["NAMESPACE"]
c.KubernetesBuildExecutor.docker_host = f"/var/lib/{ namespace }-{ helm_deployment_name }/docker-api/docker-api.sock"
c.KubernetesBuildExecutor.docker_host = f"/var/run/{ namespace }-{ helm_deployment_name }/docker-api/docker-api.sock"
replicas: 1
Expand Down

0 comments on commit 7d6a025

Please sign in to comment.