Skip to content

Commit 3b5f8e5

Browse files
committed
dev: support in CRD painr reconcile/reconciling
1 parent 3995000 commit 3b5f8e5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

deploy/builder/templates-install-bundle/clickhouse-operator-install-yaml-template-01-section-crd-01-chi-chit.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ spec:
358358
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
359359
# nullable: true
360360
x-kubernetes-preserve-unknown-fields: true
361-
reconciling:
361+
reconciling: &TypeReconcile
362362
type: object
363-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
363+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
364364
# nullable: true
365365
properties:
366366
policy:
@@ -539,6 +539,9 @@ spec:
539539
Whether the operator during host launch procedure should wait for ready probe to succeed.
540540
In case probe is unspecified wait is assumed to be completed successfully.
541541
Default option value is to wait.
542+
reconcile:
543+
<<: *TypeReconcile
544+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
542545
defaults:
543546
type: object
544547
description: |

0 commit comments

Comments
 (0)