Skip to content

Commit ac57735

Browse files
authored
chore(remove slash): messing with encoding
https://jirab.statcan.ca/browse/BTIS-942
1 parent 3a835b3 commit ac57735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func createPatch(pod *corev1.Pod, sidecarConfigTemplate *Config, clientset *kube
289289
// Configure the sidecar container
290290
sidecarConfig.Containers[0].Args = []string{"-c", "for i in {1..5}; do /goofys --cheap --endpoint " + s3Url +
291291
" --http-timeout 1500s --dir-mode 0777 --file-mode 0777 --debug_fuse --debug_s3 -o allow_other -f " +
292-
hashedBucketName + "/ /tmp;echo '---- goofys command failed: trying again'; sleep 1; done;" +
292+
hashedBucketName + " /tmp;echo '---- goofys command failed: trying again'; sleep 1; done;" +
293293
"echo 'goofys command failed 5 times sleeping'; sleep infinity"}
294294

295295
filerBucketName := limitString(svmName, 5) + "-" + hashedBucketName

0 commit comments

Comments
 (0)