Remove unused fields (#48)

This commit is contained in:
Francesco Renzi
2026-01-13 17:19:16 +00:00
committed by GitHub
parent 1208e1216e
commit 0015641f99
3 changed files with 15 additions and 9 deletions
-2
View File
@@ -80,11 +80,9 @@ func run(ctx context.Context, c Config) error {
Labels: []scaleset.Label{
{
Name: c.ScaleSetName,
Type: "System",
},
},
RunnerSetting: scaleset.RunnerSetting{
Ephemeral: true,
DisableUpdate: true,
},
})