Skip to content

Commit

Permalink
note cannot set tags
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Dec 16, 2024
1 parent 765f3d0 commit b64ea83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sc_runner/resources/upcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
DEFAULTS = {
"instance_opts": (
"UPCLOUD_INSTANCE_OPTS",
dict(labels={"created-by": "sc-runner"}),
dict(
labels={"created-by": "sc-runner"},
# tags=["sc-runner"], # only main account can set tags
),
),
}

Expand Down

0 comments on commit b64ea83

Please sign in to comment.