diff --git a/charts/kubedb-crd-manager/templates/job.yaml b/charts/kubedb-crd-manager/templates/job.yaml index f46de2043..ef18d16b2 100644 --- a/charts/kubedb-crd-manager/templates/job.yaml +++ b/charts/kubedb-crd-manager/templates/job.yaml @@ -32,6 +32,7 @@ spec: imagePullPolicy: {{ .Values.imagePullPolicy }} args: - run + - --v=3 {{- range $db, $enable := $featureGates }} - --feature-gates={{ $db }}={{ $enable }} {{- end }} diff --git a/charts/kubedb-one/README.md b/charts/kubedb-one/README.md index a478b849f..1340d0331 100644 --- a/charts/kubedb-one/README.md +++ b/charts/kubedb-one/README.md @@ -61,15 +61,15 @@ The following table lists the configurable parameters of the `kubedb-one` chart | global.featureGates.FerretDB | | false | | global.featureGates.Kafka | | true | | global.featureGates.MariaDB | | true | -| global.featureGates.Memcached | | true | +| global.featureGates.Memcached | | false | | global.featureGates.MicrosoftSQLServer | | false | | global.featureGates.MongoDB | | true | | global.featureGates.MySQL | | true | -| global.featureGates.PerconaXtraDB | | true | -| global.featureGates.PgBouncer | | true | +| global.featureGates.PerconaXtraDB | | false | +| global.featureGates.PgBouncer | | false | | global.featureGates.Pgpool | | false | | global.featureGates.Postgres | | true | -| global.featureGates.ProxySQL | | true | +| global.featureGates.ProxySQL | | false | | global.featureGates.RabbitMQ | | false | | global.featureGates.Redis | | true | | global.featureGates.Singlestore | | false | diff --git a/charts/kubedb-one/values.yaml b/charts/kubedb-one/values.yaml index 73ccf0560..89426ac2c 100644 --- a/charts/kubedb-one/values.yaml +++ b/charts/kubedb-one/values.yaml @@ -49,15 +49,15 @@ global: FerretDB: false Kafka: true MariaDB: true - Memcached: true + Memcached: false MicrosoftSQLServer: false MongoDB: true MySQL: true - PerconaXtraDB: true - PgBouncer: true + PerconaXtraDB: false + PgBouncer: false Pgpool: false Postgres: true - ProxySQL: true + ProxySQL: false RabbitMQ: false Redis: true Singlestore: false diff --git a/charts/kubedb/README.md b/charts/kubedb/README.md index 7755f7ba5..6f26fed1a 100644 --- a/charts/kubedb/README.md +++ b/charts/kubedb/README.md @@ -61,19 +61,19 @@ The following table lists the configurable parameters of the `kubedb` chart and | global.featureGates.FerretDB | | false | | global.featureGates.Kafka | | true | | global.featureGates.MariaDB | | true | -| global.featureGates.Memcached | | true | +| global.featureGates.Memcached | | false | | global.featureGates.MicrosoftSQLServer | | false | | global.featureGates.MongoDB | | true | | global.featureGates.MySQL | | true | -| global.featureGates.PerconaXtraDB | | true | -| global.featureGates.PgBouncer | | true | +| global.featureGates.PerconaXtraDB | | false | +| global.featureGates.PgBouncer | | false | | global.featureGates.Pgpool | | false | | global.featureGates.Postgres | | true | -| global.featureGates.ProxySQL | | true | +| global.featureGates.ProxySQL | | false | | global.featureGates.RabbitMQ | | false | | global.featureGates.Redis | | true | | global.featureGates.Singlestore | | false | -| global.featureGates.Solr | | true | +| global.featureGates.Solr | | false | | global.featureGates.ZooKeeper | | false | | global.monitoring.agent | Name of monitoring agent (one of "prometheus.io", "prometheus.io/operator", "prometheus.io/builtin") | "" | | global.monitoring.serviceMonitor.labels | Specify the labels for ServiceMonitor. Prometheus crd will select ServiceMonitor using these labels. Only usable when monitoring agent is `prometheus.io/operator`. | {"monitoring.appscode.com/prometheus":"auto"} | diff --git a/charts/kubedb/values.yaml b/charts/kubedb/values.yaml index 757a562b4..27d8c1922 100644 --- a/charts/kubedb/values.yaml +++ b/charts/kubedb/values.yaml @@ -49,19 +49,19 @@ global: FerretDB: false Kafka: true MariaDB: true - Memcached: true + Memcached: false MicrosoftSQLServer: false MongoDB: true MySQL: true - PerconaXtraDB: true - PgBouncer: true + PerconaXtraDB: false + PgBouncer: false Pgpool: false Postgres: true - ProxySQL: true + ProxySQL: false RabbitMQ: false Redis: true Singlestore: false - Solr: true + Solr: false ZooKeeper: false monitoring: