Skip to content

Commit 073ce7d

Browse files
authored
test(remove --cheap)
keep the cache disabling
1 parent 330283a commit 073ce7d

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
@@ -287,7 +287,7 @@ func createPatch(pod *corev1.Pod, sidecarConfigTemplate *Config, clientset *kube
287287

288288
hashedBucketName := hashBucketName(bucketMount)
289289
// Configure the sidecar container
290-
sidecarConfig.Containers[0].Args = []string{"-c", "for i in {1..5}; do /goofys --cheap --endpoint " + s3Url +
290+
sidecarConfig.Containers[0].Args = []string{"-c", "for i in {1..5}; do /goofys --endpoint " + s3Url +
291291
" --http-timeout 1500s --dir-mode 0777 --stat-cache-ttl 0 --type-cache-ttl 0 --file-mode 0777 --debug_fuse --debug_s3 -o allow_other -f " +
292292
hashedBucketName + " /tmp;echo '---- goofys command failed: trying again'; sleep 1; done;" +
293293
"echo 'goofys command failed 5 times sleeping'; sleep infinity"}

0 commit comments

Comments
 (0)