Skip to content

Commit 0bc54f7

Browse files
committed
env: helm
1 parent b2f5609 commit 0bc54f7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallations.clickhouse.altinity.com.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+
!!merge <<: *TypeReconcile
544+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
542545
defaults:
543546
type: object
544547
description: |

deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallationtemplates.clickhouse.altinity.com.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+
!!merge <<: *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)