Skip to content

Commit

Permalink
Use --keep-storage flag
Browse files Browse the repository at this point in the history
Apparently the error message is wrong and --max-storage is
not actually implemented lol
  • Loading branch information
yuvipanda committed Feb 16, 2025
1 parent 10712c1 commit e6638b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mybinder/templates/buildkit-pruner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- prune
- --force
- --all
- --max-storage={{ .Values.buildkitPruner.buildkitCacheSize }}
- --keep-storage={{ .Values.buildkitPruner.buildkitCacheSize }}
volumeMounts:
- name: dind-socket
mountPath: /var/run/dind/docker.sock
Expand Down

0 comments on commit e6638b3

Please sign in to comment.