Skip to content

Commit 98285a2

Browse files
authored
Merge pull request #1404 from stgraber/main
instance/config: Mark user keys as live updatable
2 parents 8421de9 + 214c6da commit 98285a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/config_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ Specify the kernel modules as a comma-separated list.
607607
```
608608

609609
```{config:option} user.* instance-miscellaneous
610-
:liveupdate: "no"
610+
:liveupdate: "yes"
611611
:shortdesc: "Free-form user key/value storage"
612612
:type: "string"
613613
User keys can be used in search.

internal/instance/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ var InstanceConfigKeysVM = map[string]func(value string) error{
10651065
// User keys can be used in search.
10661066
// ---
10671067
// type: string
1068-
// liveupdate: no
1068+
// liveupdate: yes
10691069
// shortdesc: Free-form user key/value storage
10701070

10711071
// gendoc:generate(entity=instance, group=miscellaneous, key=agent.nic_config)

internal/server/metadata/configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
},
665665
{
666666
"user.*": {
667-
"liveupdate": "no",
667+
"liveupdate": "yes",
668668
"longdesc": "User keys can be used in search.",
669669
"shortdesc": "Free-form user key/value storage",
670670
"type": "string"

0 commit comments

Comments
 (0)