Skip to content

Commit

Permalink
Update crd in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Nov 11, 2024
1 parent 8acb70c commit 4c6e17b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
deduplication:
description: Deduplication controls whether to enable message deduplication
for the namespace.
type: boolean
geoReplicationRefs:
description: |-
GeoReplicationRefs is a list of references to PulsarGeoReplication resources,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
deduplication:
description: Deduplication controls whether to enable message deduplication
for the topic.
type: boolean
geoReplicationRefs:
description: |-
GeoReplicationRefs is a list of references to PulsarGeoReplication resources,
Expand Down

0 comments on commit 4c6e17b

Please sign in to comment.