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 a05cf74 commit e76696cCopy full SHA for e76696c
src/dstack/_internal/core/compatibility/gateways.py
@@ -32,4 +32,6 @@ def _get_gateway_configuration_excludes(
32
configuration_excludes: IncludeExcludeDictType = {}
33
if configuration.tags is None:
34
configuration_excludes["tags"] = True
35
+ if configuration.router is None:
36
+ configuration_excludes["router"] = True
37
return configuration_excludes
0 commit comments