diff --git a/apis/wizards/v1alpha1/kubedbcom_cassandra_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_cassandra_editor_options_types.go
index 7db91ef316..e4c3a53728 100644
--- a/apis/wizards/v1alpha1/kubedbcom_cassandra_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_cassandra_editor_options_types.go
@@ -54,7 +54,7 @@ type KubedbcomCassandraEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
// +optional
ArchiverName string `json:"archiverName"`
Init InitDatabase `json:"init"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_clickhouse_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_clickhouse_editor_options_types.go
index 0a71a497ef..196512801c 100644
--- a/apis/wizards/v1alpha1/kubedbcom_clickhouse_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_clickhouse_editor_options_types.go
@@ -50,7 +50,7 @@ type KubedbcomClickhouseEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_druid_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_druid_editor_options_types.go
index 2598a6ed40..07443ea5e6 100644
--- a/apis/wizards/v1alpha1/kubedbcom_druid_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_druid_editor_options_types.go
@@ -52,7 +52,7 @@ type KubedbcomDruidEditorOptionsSpecSpec struct {
ZookeeperRef DruidZooKeeperRef `json:"zookeeperRef"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_elasticsearch_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_elasticsearch_editor_options_types.go
index 4360a5c5f1..72d6d2a762 100644
--- a/apis/wizards/v1alpha1/kubedbcom_elasticsearch_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_elasticsearch_editor_options_types.go
@@ -57,7 +57,7 @@ type KubedbcomElasticsearchEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_ferretdb_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_ferretdb_editor_options_types.go
index 4b4f70677f..6812772880 100644
--- a/apis/wizards/v1alpha1/kubedbcom_ferretdb_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_ferretdb_editor_options_types.go
@@ -51,7 +51,7 @@ type KubedbcomFerretdbEditorOptionsSpecSpec struct {
Backend FerretDBBackend `json:"backend"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
// +optional
HostName string `json:"hostName"`
// +optional
diff --git a/apis/wizards/v1alpha1/kubedbcom_hazelcast_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_hazelcast_editor_options_types.go
index 9161982521..7c750ffc08 100644
--- a/apis/wizards/v1alpha1/kubedbcom_hazelcast_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_hazelcast_editor_options_types.go
@@ -52,7 +52,7 @@ type KubedbcomHazelcastEditorOptionsSpecSpec struct {
LicenseSecret LicenseSecret `json:"licenseSecret"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_ignite_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_ignite_editor_options_types.go
index 5bdf62f448..7fa8fe3876 100644
--- a/apis/wizards/v1alpha1/kubedbcom_ignite_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_ignite_editor_options_types.go
@@ -51,7 +51,7 @@ type KubedbcomIgniteEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_kafka_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_kafka_editor_options_types.go
index 0d4c248e0c..85a5864a73 100644
--- a/apis/wizards/v1alpha1/kubedbcom_kafka_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_kafka_editor_options_types.go
@@ -56,7 +56,7 @@ type KubedbcomKafkaEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_mariadb_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_mariadb_editor_options_types.go
index fb00a2a567..cc7c745222 100644
--- a/apis/wizards/v1alpha1/kubedbcom_mariadb_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_mariadb_editor_options_types.go
@@ -53,7 +53,7 @@ type KubedbcomMariadbEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
// +optional
ArchiverName string `json:"archiverName"`
Init InitDatabase `json:"init"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_memcached_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_memcached_editor_options_types.go
index 1af1a2c212..aef66e346d 100644
--- a/apis/wizards/v1alpha1/kubedbcom_memcached_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_memcached_editor_options_types.go
@@ -52,7 +52,7 @@ type KubedbcomMemcachedEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_mongodb_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_mongodb_editor_options_types.go
index 2ffdf685e0..faf288941e 100644
--- a/apis/wizards/v1alpha1/kubedbcom_mongodb_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_mongodb_editor_options_types.go
@@ -55,7 +55,7 @@ type KubedbcomMongodbEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
// +optional
HostName string `json:"hostName"`
// +optional
diff --git a/apis/wizards/v1alpha1/kubedbcom_mssqlserver_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_mssqlserver_editor_options_types.go
index 131b75d5b0..eb49606eba 100644
--- a/apis/wizards/v1alpha1/kubedbcom_mssqlserver_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_mssqlserver_editor_options_types.go
@@ -55,7 +55,7 @@ type KubedbcomMssqlserverEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
// +optional
ArchiverName string `json:"archiverName"`
Init InitDatabase `json:"init"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_mysql_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_mysql_editor_options_types.go
index 8750555b40..8914131340 100644
--- a/apis/wizards/v1alpha1/kubedbcom_mysql_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_mysql_editor_options_types.go
@@ -61,7 +61,7 @@ type KubedbcomMysqlEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
// +optional
ArchiverName string `json:"archiverName"`
Init InitDatabase `json:"init"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_oracle_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_oracle_editor_options_types.go
index dd83d0564e..657ad1ca95 100644
--- a/apis/wizards/v1alpha1/kubedbcom_oracle_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_oracle_editor_options_types.go
@@ -52,7 +52,7 @@ type KubedbcomOracleEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_perconaxtradb_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_perconaxtradb_editor_options_types.go
index efae3d86bc..c0d352cf4b 100644
--- a/apis/wizards/v1alpha1/kubedbcom_perconaxtradb_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_perconaxtradb_editor_options_types.go
@@ -51,7 +51,7 @@ type KubedbcomPerconaxtradbEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_pgbouncer_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_pgbouncer_editor_options_types.go
index 5cf41389b9..2818fd83d1 100644
--- a/apis/wizards/v1alpha1/kubedbcom_pgbouncer_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_pgbouncer_editor_options_types.go
@@ -52,7 +52,7 @@ type KubedbcomPgbouncerEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_pgpool_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_pgpool_editor_options_types.go
index 1b65221ba7..d029436a38 100644
--- a/apis/wizards/v1alpha1/kubedbcom_pgpool_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_pgpool_editor_options_types.go
@@ -53,7 +53,7 @@ type KubedbcomPgpoolEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_postgres_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_postgres_editor_options_types.go
index 325702a1ac..706e12e425 100644
--- a/apis/wizards/v1alpha1/kubedbcom_postgres_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_postgres_editor_options_types.go
@@ -56,7 +56,7 @@ type KubedbcomPostgresEditorOptionsSpecSpec struct {
Persistence Persistence `json:"persistence"`
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
// +optional
ArchiverName string `json:"archiverName"`
Init InitDatabase `json:"init"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_proxysql_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_proxysql_editor_options_types.go
index d348c7272d..31f31117cc 100644
--- a/apis/wizards/v1alpha1/kubedbcom_proxysql_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_proxysql_editor_options_types.go
@@ -54,7 +54,7 @@ type KubedbcomProxysqlEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_rabbitmq_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_rabbitmq_editor_options_types.go
index b15f3389e7..d8781c20af 100644
--- a/apis/wizards/v1alpha1/kubedbcom_rabbitmq_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_rabbitmq_editor_options_types.go
@@ -53,7 +53,7 @@ type KubedbcomRabbitMQEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_redis_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_redis_editor_options_types.go
index 6db8c9bde7..63916d1920 100644
--- a/apis/wizards/v1alpha1/kubedbcom_redis_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_redis_editor_options_types.go
@@ -56,7 +56,7 @@ type KubedbcomRedisEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_singlestore_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_singlestore_editor_options_types.go
index 10a1671c20..76d070bcdf 100644
--- a/apis/wizards/v1alpha1/kubedbcom_singlestore_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_singlestore_editor_options_types.go
@@ -53,7 +53,7 @@ type KubedbcomSinglestoreEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_solr_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_solr_editor_options_types.go
index 182130e520..a644084a61 100644
--- a/apis/wizards/v1alpha1/kubedbcom_solr_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_solr_editor_options_types.go
@@ -55,7 +55,7 @@ type KubedbcomSolrEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/kubedbcom_zookeeper_editor_options_types.go b/apis/wizards/v1alpha1/kubedbcom_zookeeper_editor_options_types.go
index c2f25ba3a8..83dd067b2c 100644
--- a/apis/wizards/v1alpha1/kubedbcom_zookeeper_editor_options_types.go
+++ b/apis/wizards/v1alpha1/kubedbcom_zookeeper_editor_options_types.go
@@ -52,7 +52,7 @@ type KubedbcomZookeeperEditorOptionsSpecSpec struct {
PodResources PodResources `json:"podResources"`
AuthSecret AuthSecret `json:"authSecret"`
DeletionPolicy DeletionPolicy `json:"deletionPolicy"`
- Configuration string `json:"configuration"`
+ Configuration Configuration `json:"configuration"`
Admin AdminOptions `json:"admin"`
Backup BackupToolSpec `json:"backup"`
Monitoring MonitoringOperator `json:"monitoring"`
diff --git a/apis/wizards/v1alpha1/types.go b/apis/wizards/v1alpha1/types.go
index 86c2038d70..e77a815336 100644
--- a/apis/wizards/v1alpha1/types.go
+++ b/apis/wizards/v1alpha1/types.go
@@ -74,6 +74,11 @@ type Openshift struct {
SecurityContext SecurityContext `json:"securityContext"`
}
+type Configuration struct {
+ SecretName string `json:"secretName"`
+ ApplyConfig map[string]string `json:"applyConfig"`
+}
+
type SecurityContext struct {
// +optional
RunAsUser *int64 `json:"runAsUser"`
diff --git a/apis/wizards/v1alpha1/zz_generated.deepcopy.go b/apis/wizards/v1alpha1/zz_generated.deepcopy.go
index 51489053f3..9bc62c610a 100644
--- a/apis/wizards/v1alpha1/zz_generated.deepcopy.go
+++ b/apis/wizards/v1alpha1/zz_generated.deepcopy.go
@@ -605,6 +605,29 @@ func (in *ClusterTierProfile) DeepCopy() *ClusterTierProfile {
return out
}
+// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
+func (in *Configuration) DeepCopyInto(out *Configuration) {
+ *out = *in
+ if in.ApplyConfig != nil {
+ in, out := &in.ApplyConfig, &out.ApplyConfig
+ *out = make(map[string]string, len(*in))
+ for key, val := range *in {
+ (*out)[key] = val
+ }
+ }
+ return
+}
+
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Configuration.
+func (in *Configuration) DeepCopy() *Configuration {
+ if in == nil {
+ return nil
+ }
+ out := new(Configuration)
+ in.DeepCopyInto(out)
+ return out
+}
+
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *CorekubestashcomBackupConfigurationEditorOptions) DeepCopyInto(out *CorekubestashcomBackupConfigurationEditorOptions) {
*out = *in
@@ -1737,6 +1760,7 @@ func (in *KubedbcomCassandraEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomCa
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Init.DeepCopyInto(&out.Init)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
@@ -1854,6 +1878,7 @@ func (in *KubedbcomClickhouseEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomC
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -1972,6 +1997,7 @@ func (in *KubedbcomDruidEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomDruidE
out.MetadataStorage = in.MetadataStorage
out.ZookeeperRef = in.ZookeeperRef
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -2098,6 +2124,7 @@ func (in *KubedbcomElasticsearchEditorOptionsSpecSpec) DeepCopyInto(out *Kubedbc
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -2215,6 +2242,7 @@ func (in *KubedbcomFerretdbEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomFer
in.Server.DeepCopyInto(&out.Server)
in.Backend.DeepCopyInto(&out.Backend)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -2331,6 +2359,7 @@ func (in *KubedbcomHazelcastEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomHa
in.PodResources.DeepCopyInto(&out.PodResources)
out.LicenseSecret = in.LicenseSecret
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -2446,6 +2475,7 @@ func (in *KubedbcomIgniteEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomIgnit
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -2572,6 +2602,7 @@ func (in *KubedbcomKafkaEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomKafkaE
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -2688,6 +2719,7 @@ func (in *KubedbcomMariadbEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomMari
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Init.DeepCopyInto(&out.Init)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
@@ -2804,6 +2836,7 @@ func (in *KubedbcomMemcachedEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomMe
}
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -2932,6 +2965,7 @@ func (in *KubedbcomMongodbEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomMong
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Init.DeepCopyInto(&out.Init)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
@@ -3050,6 +3084,7 @@ func (in *KubedbcomMssqlserverEditorOptionsSpecSpec) DeepCopyInto(out *Kubedbcom
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Init.DeepCopyInto(&out.Init)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
@@ -3171,6 +3206,7 @@ func (in *KubedbcomMysqlEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomMysqlE
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Init.DeepCopyInto(&out.Init)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
@@ -3292,6 +3328,7 @@ func (in *KubedbcomOracleEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomOracl
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -3408,6 +3445,7 @@ func (in *KubedbcomPerconaxtradbEditorOptionsSpecSpec) DeepCopyInto(out *Kubedbc
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -3524,6 +3562,7 @@ func (in *KubedbcomPgbouncerEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomPg
out.Database = in.Database
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -3640,6 +3679,7 @@ func (in *KubedbcomPgpoolEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomPgpoo
out.PostgresRef = in.PostgresRef
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -3771,6 +3811,7 @@ func (in *KubedbcomPostgresEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomPos
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Init.DeepCopyInto(&out.Init)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
@@ -3908,6 +3949,7 @@ func (in *KubedbcomProxysqlEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomPro
}
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -4024,6 +4066,7 @@ func (in *KubedbcomRabbitMQEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomRab
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -4142,6 +4185,7 @@ func (in *KubedbcomRedisEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomRedisE
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -4260,6 +4304,7 @@ func (in *KubedbcomSinglestoreEditorOptionsSpecSpec) DeepCopyInto(out *Kubedbcom
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -4378,6 +4423,7 @@ func (in *KubedbcomSolrEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomSolrEdi
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
@@ -4494,6 +4540,7 @@ func (in *KubedbcomZookeeperEditorOptionsSpecSpec) DeepCopyInto(out *KubedbcomZo
out.Persistence = in.Persistence
in.PodResources.DeepCopyInto(&out.PodResources)
out.AuthSecret = in.AuthSecret
+ in.Configuration.DeepCopyInto(&out.Configuration)
in.Admin.DeepCopyInto(&out.Admin)
in.Backup.DeepCopyInto(&out.Backup)
in.Monitoring.DeepCopyInto(&out.Monitoring)
diff --git a/charts/enginekubevaultcom-gcprole-editor/crds/engine.kubevault.com_gcproles.yaml b/charts/enginekubevaultcom-gcprole-editor/crds/engine.kubevault.com_gcproles.yaml
index 54603734c8..8eebe32280 100644
--- a/charts/enginekubevaultcom-gcprole-editor/crds/engine.kubevault.com_gcproles.yaml
+++ b/charts/enginekubevaultcom-gcprole-editor/crds/engine.kubevault.com_gcproles.yaml
@@ -40,7 +40,7 @@ spec:
properties:
bindings:
description: |-
- Bindings configuration string (expects HCL or JSON format in raw
+ Bindings Configuration Configuration (expects HCL or JSON format in raw
or base64-encoded string)
type: string
path:
diff --git a/charts/enginekubevaultcom-gcprole-editor/values.openapiv3_schema.yaml b/charts/enginekubevaultcom-gcprole-editor/values.openapiv3_schema.yaml
index 198358cc6b..72fc0df212 100644
--- a/charts/enginekubevaultcom-gcprole-editor/values.openapiv3_schema.yaml
+++ b/charts/enginekubevaultcom-gcprole-editor/values.openapiv3_schema.yaml
@@ -53,7 +53,7 @@ properties:
properties:
bindings:
description: |-
- Bindings configuration string (expects HCL or JSON format in raw
+ Bindings Configuration Configuration (expects HCL or JSON format in raw
or base64-encoded string)
type: string
path:
diff --git a/charts/kubedbcom-cassandra-editor-options/README.md b/charts/kubedbcom-cassandra-editor-options/README.md
index 7bb201d8ea..142897b061 100644
--- a/charts/kubedbcom-cassandra-editor-options/README.md
+++ b/charts/kubedbcom-cassandra-editor-options/README.md
@@ -66,7 +66,8 @@ The following table lists the configurable parameters of the `kubedbcom-cassandr
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.archiverName | | "" |
| spec.init.archiver.recoveryTimestamp | | null |
| spec.init.archiver.encryptionSecret.name | | "" |
diff --git a/charts/kubedbcom-cassandra-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-cassandra-editor-options/values.openapiv3_schema.yaml
index 787ceecb5a..85ab8511f8 100644
--- a/charts/kubedbcom-cassandra-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-cassandra-editor-options/values.openapiv3_schema.yaml
@@ -1583,7 +1583,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-cassandra-editor-options/values.yaml b/charts/kubedbcom-cassandra-editor-options/values.yaml
index 338daaad7f..b69cf978cc 100644
--- a/charts/kubedbcom-cassandra-editor-options/values.yaml
+++ b/charts/kubedbcom-cassandra-editor-options/values.yaml
@@ -45,7 +45,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
archiverName: ""
init:
diff --git a/charts/kubedbcom-clickhouse-editor-options/README.md b/charts/kubedbcom-clickhouse-editor-options/README.md
index 6c029c773d..0f1c14c8fe 100644
--- a/charts/kubedbcom-clickhouse-editor-options/README.md
+++ b/charts/kubedbcom-clickhouse-editor-options/README.md
@@ -74,7 +74,8 @@ The following table lists the configurable parameters of the `kubedbcom-clickhou
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-clickhouse-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-clickhouse-editor-options/values.openapiv3_schema.yaml
index 8be7cda60a..06bd96319e 100644
--- a/charts/kubedbcom-clickhouse-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-clickhouse-editor-options/values.openapiv3_schema.yaml
@@ -1330,7 +1330,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-clickhouse-editor-options/values.yaml b/charts/kubedbcom-clickhouse-editor-options/values.yaml
index 4a57ac81a6..9a22332a82 100644
--- a/charts/kubedbcom-clickhouse-editor-options/values.yaml
+++ b/charts/kubedbcom-clickhouse-editor-options/values.yaml
@@ -61,7 +61,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-druid-editor-options/README.md b/charts/kubedbcom-druid-editor-options/README.md
index 1e976c3f86..ee29801153 100644
--- a/charts/kubedbcom-druid-editor-options/README.md
+++ b/charts/kubedbcom-druid-editor-options/README.md
@@ -94,7 +94,8 @@ The following table lists the configurable parameters of the `kubedbcom-druid-ed
| spec.deletionPolicy | | WipeOut |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-druid-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-druid-editor-options/values.openapiv3_schema.yaml
index 6f2671dccf..f4e3c54544 100644
--- a/charts/kubedbcom-druid-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-druid-editor-options/values.openapiv3_schema.yaml
@@ -1668,7 +1668,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deepStorage:
properties:
configSecret:
diff --git a/charts/kubedbcom-druid-editor-options/values.yaml b/charts/kubedbcom-druid-editor-options/values.yaml
index aa07f8243d..cadf8de580 100644
--- a/charts/kubedbcom-druid-editor-options/values.yaml
+++ b/charts/kubedbcom-druid-editor-options/values.yaml
@@ -96,7 +96,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-elasticsearch-editor-options/README.md b/charts/kubedbcom-elasticsearch-editor-options/README.md
index 62f12db787..bdcd8fa39a 100644
--- a/charts/kubedbcom-elasticsearch-editor-options/README.md
+++ b/charts/kubedbcom-elasticsearch-editor-options/README.md
@@ -82,7 +82,8 @@ The following table lists the configurable parameters of the `kubedbcom-elastics
| spec.podResources.resources.requests.memory | | 1536Mi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-elasticsearch-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-elasticsearch-editor-options/values.openapiv3_schema.yaml
index f60a082c44..5dc8d55299 100644
--- a/charts/kubedbcom-elasticsearch-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-elasticsearch-editor-options/values.openapiv3_schema.yaml
@@ -2122,7 +2122,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-elasticsearch-editor-options/values.yaml b/charts/kubedbcom-elasticsearch-editor-options/values.yaml
index 18742087a3..e6d9ec7821 100644
--- a/charts/kubedbcom-elasticsearch-editor-options/values.yaml
+++ b/charts/kubedbcom-elasticsearch-editor-options/values.yaml
@@ -83,7 +83,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-ferretdb-editor-options/README.md b/charts/kubedbcom-ferretdb-editor-options/README.md
index 0bac5d1939..739059ef73 100644
--- a/charts/kubedbcom-ferretdb-editor-options/README.md
+++ b/charts/kubedbcom-ferretdb-editor-options/README.md
@@ -73,7 +73,8 @@ The following table lists the configurable parameters of the `kubedbcom-ferretdb
| spec.server.secondary.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.hostName | | "" |
| spec.ip | | "" |
| spec.openshift.securityContext.runAsUser | | null |
diff --git a/charts/kubedbcom-ferretdb-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-ferretdb-editor-options/values.openapiv3_schema.yaml
index bb9b466f74..4ef809c923 100644
--- a/charts/kubedbcom-ferretdb-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-ferretdb-editor-options/values.openapiv3_schema.yaml
@@ -2252,7 +2252,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-ferretdb-editor-options/values.yaml b/charts/kubedbcom-ferretdb-editor-options/values.yaml
index 72ca3b07eb..5c9ecc8ca4 100644
--- a/charts/kubedbcom-ferretdb-editor-options/values.yaml
+++ b/charts/kubedbcom-ferretdb-editor-options/values.yaml
@@ -62,7 +62,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
hostName: ""
ip: ""
diff --git a/charts/kubedbcom-hazelcast-editor-options/README.md b/charts/kubedbcom-hazelcast-editor-options/README.md
index 04c6790759..be9e90fe2d 100644
--- a/charts/kubedbcom-hazelcast-editor-options/README.md
+++ b/charts/kubedbcom-hazelcast-editor-options/README.md
@@ -66,7 +66,8 @@ The following table lists the configurable parameters of the `kubedbcom-hazelcas
| spec.podResources.resources.requests.memory | | 1500Mi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-hazelcast-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-hazelcast-editor-options/values.openapiv3_schema.yaml
index 4f57a7bd9d..5d876f9c69 100644
--- a/charts/kubedbcom-hazelcast-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-hazelcast-editor-options/values.openapiv3_schema.yaml
@@ -1330,7 +1330,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-hazelcast-editor-options/values.yaml b/charts/kubedbcom-hazelcast-editor-options/values.yaml
index 53fb746de8..bbb11e4bda 100644
--- a/charts/kubedbcom-hazelcast-editor-options/values.yaml
+++ b/charts/kubedbcom-hazelcast-editor-options/values.yaml
@@ -45,7 +45,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-ignite-editor-options/README.md b/charts/kubedbcom-ignite-editor-options/README.md
index ca44dfd2b1..14e179b330 100644
--- a/charts/kubedbcom-ignite-editor-options/README.md
+++ b/charts/kubedbcom-ignite-editor-options/README.md
@@ -65,7 +65,8 @@ The following table lists the configurable parameters of the `kubedbcom-ignite-e
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-ignite-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-ignite-editor-options/values.openapiv3_schema.yaml
index 64ce66683a..05e431bd01 100644
--- a/charts/kubedbcom-ignite-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-ignite-editor-options/values.openapiv3_schema.yaml
@@ -1330,7 +1330,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-ignite-editor-options/values.yaml b/charts/kubedbcom-ignite-editor-options/values.yaml
index 5e3c34928b..c5a5af5e88 100644
--- a/charts/kubedbcom-ignite-editor-options/values.yaml
+++ b/charts/kubedbcom-ignite-editor-options/values.yaml
@@ -42,7 +42,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-kafka-editor-options/README.md b/charts/kubedbcom-kafka-editor-options/README.md
index 5ef1a7420e..884bab29ce 100644
--- a/charts/kubedbcom-kafka-editor-options/README.md
+++ b/charts/kubedbcom-kafka-editor-options/README.md
@@ -75,7 +75,8 @@ The following table lists the configurable parameters of the `kubedbcom-kafka-ed
| spec.podResources.resources.requests.memory | | 1536Mi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-kafka-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-kafka-editor-options/values.openapiv3_schema.yaml
index 9e82b0ef79..a78338d61d 100644
--- a/charts/kubedbcom-kafka-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-kafka-editor-options/values.openapiv3_schema.yaml
@@ -1839,7 +1839,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-kafka-editor-options/values.yaml b/charts/kubedbcom-kafka-editor-options/values.yaml
index 4d3ffb99a2..295a86ef08 100644
--- a/charts/kubedbcom-kafka-editor-options/values.yaml
+++ b/charts/kubedbcom-kafka-editor-options/values.yaml
@@ -65,7 +65,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-mariadb-editor-options/README.md b/charts/kubedbcom-mariadb-editor-options/README.md
index 5a7f71e707..895799bfd0 100644
--- a/charts/kubedbcom-mariadb-editor-options/README.md
+++ b/charts/kubedbcom-mariadb-editor-options/README.md
@@ -65,7 +65,8 @@ The following table lists the configurable parameters of the `kubedbcom-mariadb-
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.archiverName | | "" |
| spec.init.archiver.recoveryTimestamp | | null |
| spec.init.archiver.encryptionSecret.name | | "" |
diff --git a/charts/kubedbcom-mariadb-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-mariadb-editor-options/values.openapiv3_schema.yaml
index c008601d46..89e800455f 100644
--- a/charts/kubedbcom-mariadb-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-mariadb-editor-options/values.openapiv3_schema.yaml
@@ -2235,7 +2235,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-mariadb-editor-options/values.yaml b/charts/kubedbcom-mariadb-editor-options/values.yaml
index 0e7d69c727..fba32f0c21 100644
--- a/charts/kubedbcom-mariadb-editor-options/values.yaml
+++ b/charts/kubedbcom-mariadb-editor-options/values.yaml
@@ -42,7 +42,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
archiverName: ""
init:
diff --git a/charts/kubedbcom-memcached-editor-options/README.md b/charts/kubedbcom-memcached-editor-options/README.md
index 196e4368ab..c40a635672 100644
--- a/charts/kubedbcom-memcached-editor-options/README.md
+++ b/charts/kubedbcom-memcached-editor-options/README.md
@@ -64,7 +64,8 @@ The following table lists the configurable parameters of the `kubedbcom-memcache
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-memcached-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-memcached-editor-options/values.openapiv3_schema.yaml
index b1f9d0ba3c..31658c8b19 100644
--- a/charts/kubedbcom-memcached-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-memcached-editor-options/values.openapiv3_schema.yaml
@@ -1647,7 +1647,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-memcached-editor-options/values.yaml b/charts/kubedbcom-memcached-editor-options/values.yaml
index 4fa95f75cc..06738e1822 100644
--- a/charts/kubedbcom-memcached-editor-options/values.yaml
+++ b/charts/kubedbcom-memcached-editor-options/values.yaml
@@ -40,7 +40,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-mongodb-editor-options/README.md b/charts/kubedbcom-mongodb-editor-options/README.md
index 7b7cd46e46..4ec328b41f 100644
--- a/charts/kubedbcom-mongodb-editor-options/README.md
+++ b/charts/kubedbcom-mongodb-editor-options/README.md
@@ -92,7 +92,8 @@ The following table lists the configurable parameters of the `kubedbcom-mongodb-
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.archiverName | | "" |
| spec.init.archiver.recoveryTimestamp | | null |
| spec.init.archiver.encryptionSecret.name | | "" |
diff --git a/charts/kubedbcom-mongodb-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-mongodb-editor-options/values.openapiv3_schema.yaml
index 7b2583dcac..2499e70c1a 100644
--- a/charts/kubedbcom-mongodb-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-mongodb-editor-options/values.openapiv3_schema.yaml
@@ -2271,7 +2271,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-mongodb-editor-options/values.yaml b/charts/kubedbcom-mongodb-editor-options/values.yaml
index d7fe355533..f037d18b84 100644
--- a/charts/kubedbcom-mongodb-editor-options/values.yaml
+++ b/charts/kubedbcom-mongodb-editor-options/values.yaml
@@ -94,7 +94,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
archiverName: ""
init:
diff --git a/charts/kubedbcom-mssqlserver-editor-options/README.md b/charts/kubedbcom-mssqlserver-editor-options/README.md
index 413141c953..64a3d7255f 100644
--- a/charts/kubedbcom-mssqlserver-editor-options/README.md
+++ b/charts/kubedbcom-mssqlserver-editor-options/README.md
@@ -68,7 +68,8 @@ The following table lists the configurable parameters of the `kubedbcom-mssqlser
| spec.podResources.resources.requests.memory | | 1536Mi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.archiverName | | "" |
| spec.init.archiver.recoveryTimestamp | | null |
| spec.init.archiver.encryptionSecret.name | | "" |
diff --git a/charts/kubedbcom-mssqlserver-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-mssqlserver-editor-options/values.openapiv3_schema.yaml
index 3a01335c6e..0cbc9289ad 100644
--- a/charts/kubedbcom-mssqlserver-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-mssqlserver-editor-options/values.openapiv3_schema.yaml
@@ -2175,7 +2175,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-mssqlserver-editor-options/values.yaml b/charts/kubedbcom-mssqlserver-editor-options/values.yaml
index 739eb23057..1c7d4fa47d 100644
--- a/charts/kubedbcom-mssqlserver-editor-options/values.yaml
+++ b/charts/kubedbcom-mssqlserver-editor-options/values.yaml
@@ -50,7 +50,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
archiverName: ""
init:
diff --git a/charts/kubedbcom-mysql-editor-options/README.md b/charts/kubedbcom-mysql-editor-options/README.md
index d976ba4a94..387c7fc7a1 100644
--- a/charts/kubedbcom-mysql-editor-options/README.md
+++ b/charts/kubedbcom-mysql-editor-options/README.md
@@ -73,7 +73,8 @@ The following table lists the configurable parameters of the `kubedbcom-mysql-ed
| spec.podResources.resources.requests.memory | | 1536Mi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.archiverName | | "" |
| spec.init.archiver.recoveryTimestamp | | null |
| spec.init.archiver.encryptionSecret.name | | "" |
diff --git a/charts/kubedbcom-mysql-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-mysql-editor-options/values.openapiv3_schema.yaml
index d10c39efe4..e6ad4ae8cb 100644
--- a/charts/kubedbcom-mysql-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-mysql-editor-options/values.openapiv3_schema.yaml
@@ -2301,7 +2301,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-mysql-editor-options/values.yaml b/charts/kubedbcom-mysql-editor-options/values.yaml
index d76b4d2722..d9efdedd91 100644
--- a/charts/kubedbcom-mysql-editor-options/values.yaml
+++ b/charts/kubedbcom-mysql-editor-options/values.yaml
@@ -60,7 +60,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
archiverName: ""
init:
diff --git a/charts/kubedbcom-oracle-editor-options/README.md b/charts/kubedbcom-oracle-editor-options/README.md
index 5aa265a013..62264a2bff 100644
--- a/charts/kubedbcom-oracle-editor-options/README.md
+++ b/charts/kubedbcom-oracle-editor-options/README.md
@@ -73,7 +73,8 @@ The following table lists the configurable parameters of the `kubedbcom-oracle-e
| spec.podResources.resources.requests.memory | | 4Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-oracle-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-oracle-editor-options/values.openapiv3_schema.yaml
index 5d95831f36..98dd8655c6 100644
--- a/charts/kubedbcom-oracle-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-oracle-editor-options/values.openapiv3_schema.yaml
@@ -1330,7 +1330,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
dataGuard:
properties:
applyLagThreshold:
diff --git a/charts/kubedbcom-oracle-editor-options/values.yaml b/charts/kubedbcom-oracle-editor-options/values.yaml
index edc2bc2f2a..07fa733519 100644
--- a/charts/kubedbcom-oracle-editor-options/values.yaml
+++ b/charts/kubedbcom-oracle-editor-options/values.yaml
@@ -58,7 +58,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-perconaxtradb-editor-options/README.md b/charts/kubedbcom-perconaxtradb-editor-options/README.md
index d908adb165..07a58c5953 100644
--- a/charts/kubedbcom-perconaxtradb-editor-options/README.md
+++ b/charts/kubedbcom-perconaxtradb-editor-options/README.md
@@ -64,7 +64,8 @@ The following table lists the configurable parameters of the `kubedbcom-perconax
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-perconaxtradb-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-perconaxtradb-editor-options/values.openapiv3_schema.yaml
index e74fc46964..53f15a8cab 100644
--- a/charts/kubedbcom-perconaxtradb-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-perconaxtradb-editor-options/values.openapiv3_schema.yaml
@@ -2077,7 +2077,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-perconaxtradb-editor-options/values.yaml b/charts/kubedbcom-perconaxtradb-editor-options/values.yaml
index 81b50fbc34..df218f0167 100644
--- a/charts/kubedbcom-perconaxtradb-editor-options/values.yaml
+++ b/charts/kubedbcom-perconaxtradb-editor-options/values.yaml
@@ -40,7 +40,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-pgbouncer-editor-options/README.md b/charts/kubedbcom-pgbouncer-editor-options/README.md
index ac0cec4422..4607c87656 100644
--- a/charts/kubedbcom-pgbouncer-editor-options/README.md
+++ b/charts/kubedbcom-pgbouncer-editor-options/README.md
@@ -68,7 +68,8 @@ The following table lists the configurable parameters of the `kubedbcom-pgbounce
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-pgbouncer-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-pgbouncer-editor-options/values.openapiv3_schema.yaml
index e1b1f75eb1..5a517371a3 100644
--- a/charts/kubedbcom-pgbouncer-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-pgbouncer-editor-options/values.openapiv3_schema.yaml
@@ -1587,7 +1587,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
database:
properties:
databaseName:
diff --git a/charts/kubedbcom-pgbouncer-editor-options/values.yaml b/charts/kubedbcom-pgbouncer-editor-options/values.yaml
index f4785a8cb4..1b2abc8d3a 100644
--- a/charts/kubedbcom-pgbouncer-editor-options/values.yaml
+++ b/charts/kubedbcom-pgbouncer-editor-options/values.yaml
@@ -46,7 +46,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-pgpool-editor-options/README.md b/charts/kubedbcom-pgpool-editor-options/README.md
index b52173c753..d0008806fb 100644
--- a/charts/kubedbcom-pgpool-editor-options/README.md
+++ b/charts/kubedbcom-pgpool-editor-options/README.md
@@ -67,7 +67,8 @@ The following table lists the configurable parameters of the `kubedbcom-pgpool-e
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-pgpool-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-pgpool-editor-options/values.openapiv3_schema.yaml
index 9c375b2def..7977fe0137 100644
--- a/charts/kubedbcom-pgpool-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-pgpool-editor-options/values.openapiv3_schema.yaml
@@ -1673,7 +1673,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-pgpool-editor-options/values.yaml b/charts/kubedbcom-pgpool-editor-options/values.yaml
index 53fcecdffc..a20f343c1e 100644
--- a/charts/kubedbcom-pgpool-editor-options/values.yaml
+++ b/charts/kubedbcom-pgpool-editor-options/values.yaml
@@ -45,7 +45,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-postgres-editor-options/README.md b/charts/kubedbcom-postgres-editor-options/README.md
index 07e7dd083a..206104c40d 100644
--- a/charts/kubedbcom-postgres-editor-options/README.md
+++ b/charts/kubedbcom-postgres-editor-options/README.md
@@ -69,7 +69,8 @@ The following table lists the configurable parameters of the `kubedbcom-postgres
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.archiverName | | "" |
| spec.init.archiver.recoveryTimestamp | | null |
| spec.init.archiver.encryptionSecret.name | | "" |
diff --git a/charts/kubedbcom-postgres-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-postgres-editor-options/values.openapiv3_schema.yaml
index 0814a98c2f..104a17eba4 100644
--- a/charts/kubedbcom-postgres-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-postgres-editor-options/values.openapiv3_schema.yaml
@@ -2173,7 +2173,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-postgres-editor-options/values.yaml b/charts/kubedbcom-postgres-editor-options/values.yaml
index 13ebd26bdc..ad5da79492 100644
--- a/charts/kubedbcom-postgres-editor-options/values.yaml
+++ b/charts/kubedbcom-postgres-editor-options/values.yaml
@@ -48,7 +48,9 @@ spec:
authSecret:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
archiverName: ""
init:
diff --git a/charts/kubedbcom-proxysql-editor-options/README.md b/charts/kubedbcom-proxysql-editor-options/README.md
index e06f28f46b..ab7b952698 100644
--- a/charts/kubedbcom-proxysql-editor-options/README.md
+++ b/charts/kubedbcom-proxysql-editor-options/README.md
@@ -66,7 +66,8 @@ The following table lists the configurable parameters of the `kubedbcom-proxysql
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-proxysql-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-proxysql-editor-options/values.openapiv3_schema.yaml
index 1bf726fb47..48f6b60ae0 100644
--- a/charts/kubedbcom-proxysql-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-proxysql-editor-options/values.openapiv3_schema.yaml
@@ -1731,7 +1731,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-proxysql-editor-options/values.yaml b/charts/kubedbcom-proxysql-editor-options/values.yaml
index b423ce1317..787aa81d93 100644
--- a/charts/kubedbcom-proxysql-editor-options/values.yaml
+++ b/charts/kubedbcom-proxysql-editor-options/values.yaml
@@ -42,7 +42,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-rabbitmq-editor-options/README.md b/charts/kubedbcom-rabbitmq-editor-options/README.md
index 4778df37a3..43f9b8713a 100644
--- a/charts/kubedbcom-rabbitmq-editor-options/README.md
+++ b/charts/kubedbcom-rabbitmq-editor-options/README.md
@@ -65,7 +65,8 @@ The following table lists the configurable parameters of the `kubedbcom-rabbitmq
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-rabbitmq-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-rabbitmq-editor-options/values.openapiv3_schema.yaml
index 378d36ad61..0680451ecf 100644
--- a/charts/kubedbcom-rabbitmq-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-rabbitmq-editor-options/values.openapiv3_schema.yaml
@@ -1713,7 +1713,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-rabbitmq-editor-options/values.yaml b/charts/kubedbcom-rabbitmq-editor-options/values.yaml
index fdaf108043..6cced63270 100644
--- a/charts/kubedbcom-rabbitmq-editor-options/values.yaml
+++ b/charts/kubedbcom-rabbitmq-editor-options/values.yaml
@@ -43,7 +43,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-redis-editor-options/README.md b/charts/kubedbcom-redis-editor-options/README.md
index a65356155e..5abcbe6417 100644
--- a/charts/kubedbcom-redis-editor-options/README.md
+++ b/charts/kubedbcom-redis-editor-options/README.md
@@ -70,7 +70,8 @@ The following table lists the configurable parameters of the `kubedbcom-redis-ed
| spec.podResources.resources.requests.memory | | 1Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-redis-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-redis-editor-options/values.openapiv3_schema.yaml
index 0a37ca099f..83d3225c5c 100644
--- a/charts/kubedbcom-redis-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-redis-editor-options/values.openapiv3_schema.yaml
@@ -2014,7 +2014,17 @@ properties:
- replicas
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-redis-editor-options/values.yaml b/charts/kubedbcom-redis-editor-options/values.yaml
index a0c0777440..2cc59c9340 100644
--- a/charts/kubedbcom-redis-editor-options/values.yaml
+++ b/charts/kubedbcom-redis-editor-options/values.yaml
@@ -51,7 +51,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-singlestore-editor-options/README.md b/charts/kubedbcom-singlestore-editor-options/README.md
index 8eb8ab1c51..8328175086 100644
--- a/charts/kubedbcom-singlestore-editor-options/README.md
+++ b/charts/kubedbcom-singlestore-editor-options/README.md
@@ -75,7 +75,8 @@ The following table lists the configurable parameters of the `kubedbcom-singlest
| spec.podResources.resources.requests.memory | | 1536Mi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-singlestore-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-singlestore-editor-options/values.openapiv3_schema.yaml
index b3f2ae8887..f54ba0f0c2 100644
--- a/charts/kubedbcom-singlestore-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-singlestore-editor-options/values.openapiv3_schema.yaml
@@ -1869,7 +1869,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-singlestore-editor-options/values.yaml b/charts/kubedbcom-singlestore-editor-options/values.yaml
index fff4f3b525..792b6bc8d6 100644
--- a/charts/kubedbcom-singlestore-editor-options/values.yaml
+++ b/charts/kubedbcom-singlestore-editor-options/values.yaml
@@ -69,7 +69,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-solr-editor-options/README.md b/charts/kubedbcom-solr-editor-options/README.md
index 0010d09182..a6cdb69265 100644
--- a/charts/kubedbcom-solr-editor-options/README.md
+++ b/charts/kubedbcom-solr-editor-options/README.md
@@ -82,7 +82,8 @@ The following table lists the configurable parameters of the `kubedbcom-solr-edi
| spec.podResources.resources.requests.memory | | 2Gi |
| spec.authSecret.name | | "" |
| spec.authSecret.password | | "" |
-| spec.configuration | | "" |
+| spec.configuration.secretName | | "" |
+| spec.configuration.applyConfig | | {} |
| spec.openshift.securityContext.runAsUser | | null |
| spec.admin.deployment.default | | Shared |
| spec.admin.deployment.toggle | | true |
diff --git a/charts/kubedbcom-solr-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-solr-editor-options/values.openapiv3_schema.yaml
index 5bf01437b1..f32b52bf39 100644
--- a/charts/kubedbcom-solr-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-solr-editor-options/values.openapiv3_schema.yaml
@@ -1695,7 +1695,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt
diff --git a/charts/kubedbcom-solr-editor-options/values.yaml b/charts/kubedbcom-solr-editor-options/values.yaml
index db0ce3ff88..de6a2c985f 100644
--- a/charts/kubedbcom-solr-editor-options/values.yaml
+++ b/charts/kubedbcom-solr-editor-options/values.yaml
@@ -83,7 +83,9 @@ spec:
name: ""
password: ""
- configuration: ""
+ configuration:
+ secretName: ""
+ applyConfig: {}
openshift:
securityContext:
diff --git a/charts/kubedbcom-zookeeper-editor-options/values.openapiv3_schema.yaml b/charts/kubedbcom-zookeeper-editor-options/values.openapiv3_schema.yaml
index f0649c1548..8d2002a1b5 100644
--- a/charts/kubedbcom-zookeeper-editor-options/values.openapiv3_schema.yaml
+++ b/charts/kubedbcom-zookeeper-editor-options/values.openapiv3_schema.yaml
@@ -1735,7 +1735,17 @@ properties:
- tool
type: object
configuration:
- type: string
+ properties:
+ applyConfig:
+ additionalProperties:
+ type: string
+ type: object
+ secretName:
+ type: string
+ required:
+ - applyConfig
+ - secretName
+ type: object
deletionPolicy:
enum:
- Halt