From 7cf5db1b5a66c91430390a73541eae4cb1166f14 Mon Sep 17 00:00:00 2001 From: Vladislav Klimenko Date: Tue, 25 Feb 2025 18:40:01 +0300 Subject: [PATCH] env: manifests --- ...clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml | 1 + deploy/operator/clickhouse-operator-install-ansible.yaml | 1 + deploy/operator/clickhouse-operator-install-bundle-v1beta1.yaml | 1 + deploy/operator/clickhouse-operator-install-bundle.yaml | 1 + .../operator/clickhouse-operator-install-template-v1beta1.yaml | 1 + deploy/operator/clickhouse-operator-install-template.yaml | 1 + deploy/operator/clickhouse-operator-install-tf.yaml | 1 + deploy/operator/parts/crd.yaml | 1 + 8 files changed, 8 insertions(+) diff --git a/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml b/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml index 475b94a51..dbaf0ec7f 100644 --- a/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml +++ b/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml @@ -137,6 +137,7 @@ spec: items: type: object description: "setting: value pairs for configuration restart policy" + x-kubernetes-preserve-unknown-fields: true access: type: object description: "parameters which use for connect to clickhouse from clickhouse-operator deployment" diff --git a/deploy/operator/clickhouse-operator-install-ansible.yaml b/deploy/operator/clickhouse-operator-install-ansible.yaml index 9516be7ae..2c72d2c6b 100644 --- a/deploy/operator/clickhouse-operator-install-ansible.yaml +++ b/deploy/operator/clickhouse-operator-install-ansible.yaml @@ -2708,6 +2708,7 @@ spec: items: type: object description: "setting: value pairs for configuration restart policy" + x-kubernetes-preserve-unknown-fields: true access: type: object description: "parameters which use for connect to clickhouse from clickhouse-operator deployment" diff --git a/deploy/operator/clickhouse-operator-install-bundle-v1beta1.yaml b/deploy/operator/clickhouse-operator-install-bundle-v1beta1.yaml index 49d91aab8..52638cfdc 100644 --- a/deploy/operator/clickhouse-operator-install-bundle-v1beta1.yaml +++ b/deploy/operator/clickhouse-operator-install-bundle-v1beta1.yaml @@ -2675,6 +2675,7 @@ spec: items: type: object description: "setting: value pairs for configuration restart policy" + x-kubernetes-preserve-unknown-fields: true access: type: object description: "parameters which use for connect to clickhouse from clickhouse-operator deployment" diff --git a/deploy/operator/clickhouse-operator-install-bundle.yaml b/deploy/operator/clickhouse-operator-install-bundle.yaml index a30f95bc0..c8cd7e495 100644 --- a/deploy/operator/clickhouse-operator-install-bundle.yaml +++ b/deploy/operator/clickhouse-operator-install-bundle.yaml @@ -2701,6 +2701,7 @@ spec: items: type: object description: "setting: value pairs for configuration restart policy" + x-kubernetes-preserve-unknown-fields: true access: type: object description: "parameters which use for connect to clickhouse from clickhouse-operator deployment" diff --git a/deploy/operator/clickhouse-operator-install-template-v1beta1.yaml b/deploy/operator/clickhouse-operator-install-template-v1beta1.yaml index 938e8a31e..66a639c99 100644 --- a/deploy/operator/clickhouse-operator-install-template-v1beta1.yaml +++ b/deploy/operator/clickhouse-operator-install-template-v1beta1.yaml @@ -2675,6 +2675,7 @@ spec: items: type: object description: "setting: value pairs for configuration restart policy" + x-kubernetes-preserve-unknown-fields: true access: type: object description: "parameters which use for connect to clickhouse from clickhouse-operator deployment" diff --git a/deploy/operator/clickhouse-operator-install-template.yaml b/deploy/operator/clickhouse-operator-install-template.yaml index 68ada752a..4434c411c 100644 --- a/deploy/operator/clickhouse-operator-install-template.yaml +++ b/deploy/operator/clickhouse-operator-install-template.yaml @@ -2701,6 +2701,7 @@ spec: items: type: object description: "setting: value pairs for configuration restart policy" + x-kubernetes-preserve-unknown-fields: true access: type: object description: "parameters which use for connect to clickhouse from clickhouse-operator deployment" diff --git a/deploy/operator/clickhouse-operator-install-tf.yaml b/deploy/operator/clickhouse-operator-install-tf.yaml index 7ad2ce9e1..9b53b09f7 100644 --- a/deploy/operator/clickhouse-operator-install-tf.yaml +++ b/deploy/operator/clickhouse-operator-install-tf.yaml @@ -2708,6 +2708,7 @@ spec: items: type: object description: "setting: value pairs for configuration restart policy" + x-kubernetes-preserve-unknown-fields: true access: type: object description: "parameters which use for connect to clickhouse from clickhouse-operator deployment" diff --git a/deploy/operator/parts/crd.yaml b/deploy/operator/parts/crd.yaml index 23b523970..46961dff0 100644 --- a/deploy/operator/parts/crd.yaml +++ b/deploy/operator/parts/crd.yaml @@ -4001,6 +4001,7 @@ spec: items: type: object description: "setting: value pairs for configuration restart policy" + x-kubernetes-preserve-unknown-fields: true access: type: object description: "parameters which use for connect to clickhouse from clickhouse-operator deployment"