Skip to content

Commit

Permalink
Merge pull request #1404 from stgraber/main
Browse files Browse the repository at this point in the history
instance/config: Mark user keys as live updatable
  • Loading branch information
hallyn authored Nov 22, 2024
2 parents 8421de9 + 214c6da commit 98285a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/config_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ Specify the kernel modules as a comma-separated list.
```

```{config:option} user.* instance-miscellaneous
:liveupdate: "no"
:liveupdate: "yes"
:shortdesc: "Free-form user key/value storage"
:type: "string"
User keys can be used in search.
Expand Down
2 changes: 1 addition & 1 deletion internal/instance/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ var InstanceConfigKeysVM = map[string]func(value string) error{
// User keys can be used in search.
// ---
// type: string
// liveupdate: no
// liveupdate: yes
// shortdesc: Free-form user key/value storage

// gendoc:generate(entity=instance, group=miscellaneous, key=agent.nic_config)
Expand Down
2 changes: 1 addition & 1 deletion internal/server/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
},
{
"user.*": {
"liveupdate": "no",
"liveupdate": "yes",
"longdesc": "User keys can be used in search.",
"shortdesc": "Free-form user key/value storage",
"type": "string"
Expand Down

0 comments on commit 98285a2

Please sign in to comment.