Skip to content

Commit e6638b3

Browse files
committed
Use --keep-storage flag
Apparently the error message is wrong and --max-storage is not actually implemented lol
1 parent 10712c1 commit e6638b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mybinder/templates/buildkit-pruner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- prune
2929
- --force
3030
- --all
31-
- --max-storage={{ .Values.buildkitPruner.buildkitCacheSize }}
31+
- --keep-storage={{ .Values.buildkitPruner.buildkitCacheSize }}
3232
volumeMounts:
3333
- name: dind-socket
3434
mountPath: /var/run/dind/docker.sock

0 commit comments

Comments
 (0)