Skip to content

Commit c9f1922

Browse files
committed
sync crd descriptions
1 parent ca32f12 commit c9f1922

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

helm/crds/events.kubesphere.io_rules.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,17 @@ spec:
4444
additionalProperties:
4545
type: string
4646
description: 'Values of Annotations can use format string with
47-
the fields of the event. For example: `{"message": "%event.message"}`'
47+
the fields of the event. For example: `{"message": "%message"}`'
4848
type: object
4949
condition:
5050
description: 'Condition is a string similar with the where part
51-
of sql (please use double quotation to mark a string). For example:
52-
`event.type="Warning" and event.involvedObject.kind="Pod" and
53-
event.reason="FailedMount"`'
51+
of sql. See supported grammar details on https://github.com/kubesphere/event-rule-engine#supported-grammer
52+
. For example: `type="Warning" and involvedObject.kind="Pod"
53+
and reason="FailedMount"`'
5454
type: string
5555
enable:
56-
description: Enable is whether to enable the rule
56+
description: Enable is whether to enable the rule, default to
57+
`false`
5758
type: boolean
5859
labels:
5960
additionalProperties:

0 commit comments

Comments
 (0)