We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065dfeb commit 6fc89f1Copy full SHA for 6fc89f1
1 file changed
src/dstack/_internal/core/compatibility/volumes.py
@@ -30,4 +30,6 @@ def _get_volume_configuration_excludes(
30
configuration_excludes: IncludeExcludeDictType = {}
31
if configuration.tags is None:
32
configuration_excludes["tags"] = True
33
+ if configuration.auto_cleanup_duration is None:
34
+ configuration_excludes["auto_cleanup_duration"] = True
35
return configuration_excludes
0 commit comments