CRD Update

This commit is contained in:
2026-04-12 10:27:01 +02:00
parent 513c2e803c
commit e4e929d5f0

View File

@@ -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.