CRD Update
This commit is contained in:
@@ -74,6 +74,16 @@ spec:
|
|||||||
Seeded once — runtime mutations persist on PVC.
|
Seeded once — runtime mutations persist on PVC.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
channelUsers:
|
||||||
|
type: object
|
||||||
|
description: >
|
||||||
|
Maps channel names (telegram, discord, etc.) to lists of authorized
|
||||||
|
user IDs. Sets dmPolicy to "allowlist" and populates allowFrom for
|
||||||
|
each channel in the OpenClawInstance config.
|
||||||
|
additionalProperties:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
suspend:
|
suspend:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Stops reconciliation without deleting resources.
|
description: Stops reconciliation without deleting resources.
|
||||||
|
|||||||
Reference in New Issue
Block a user