fix(server, helm): minor fixes
This commit is contained in:
@@ -49,7 +49,8 @@ describe('Activity digest notifications @notifications', () => {
|
||||
canonicalUrl: 'this would be localhost:// or whatever',
|
||||
completed: false,
|
||||
inviteOnly: true,
|
||||
version: 'testing 1 2 3'
|
||||
version: 'testing 1 2 3',
|
||||
guestModeEnabled: false
|
||||
}
|
||||
|
||||
const topic: DigestTopic = {
|
||||
|
||||
@@ -97,11 +97,6 @@
|
||||
"description": "This maximum size of any single file (unit is Megabytes) that can be uploaded to Speckle",
|
||||
"default": 100
|
||||
},
|
||||
"serverGuestsEnabled": {
|
||||
"type": "boolean",
|
||||
"description": "Enables users to join the server as Guests, having limiter permissions",
|
||||
"default": false
|
||||
},
|
||||
"enable_prometheus_monitoring": {
|
||||
"type": "boolean",
|
||||
"description": "If enabled, Speckle deploys a Prometheus ServiceMonitor resource",
|
||||
|
||||
Reference in New Issue
Block a user