Skip to content

Commit

Permalink
Configure crd-manager features (#769)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Jan 6, 2024
1 parent 91a890d commit 570bfc3
Show file tree
Hide file tree
Showing 8 changed files with 184 additions and 79 deletions.
14 changes: 7 additions & 7 deletions charts/kubedb-crd-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,22 @@ The following table lists the configurable parameters of the `kubedb-crd-manager
| featureGates.Cassandra | | <code>false</code> |
| featureGates.ClickHouse | | <code>false</code> |
| featureGates.Druid | | <code>false</code> |
| featureGates.Elasticsearch | | <code>true</code> |
| featureGates.Elasticsearch | | <code>false</code> |
| featureGates.Etcd | | <code>false</code> |
| featureGates.FerretDB | | <code>false</code> |
| featureGates.Kafka | | <code>true</code> |
| featureGates.MariaDB | | <code>true</code> |
| featureGates.Kafka | | <code>false</code> |
| featureGates.MariaDB | | <code>false</code> |
| featureGates.Memcached | | <code>false</code> |
| featureGates.MicrosoftSQLServer | | <code>false</code> |
| featureGates.MongoDB | | <code>true</code> |
| featureGates.MySQL | | <code>true</code> |
| featureGates.MongoDB | | <code>false</code> |
| featureGates.MySQL | | <code>false</code> |
| featureGates.PerconaXtraDB | | <code>false</code> |
| featureGates.PgBouncer | | <code>false</code> |
| featureGates.PgPool | | <code>false</code> |
| featureGates.Postgres | | <code>true</code> |
| featureGates.Postgres | | <code>false</code> |
| featureGates.ProxySQL | | <code>false</code> |
| featureGates.RabbitMQ | | <code>false</code> |
| featureGates.Redis | | <code>true</code> |
| featureGates.Redis | | <code>false</code> |
| featureGates.SingleStore | | <code>false</code> |
| featureGates.Solr | | <code>false</code> |
| featureGates.ZooKeeper | | <code>false</code> |
Expand Down
14 changes: 7 additions & 7 deletions charts/kubedb-crd-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@ featureGates:
Cassandra: false
ClickHouse: false
Druid: false
Elasticsearch: true
Elasticsearch: false
Etcd: false
FerretDB: false
Kafka: true
MariaDB: true
Kafka: false
MariaDB: false
Memcached: false
MicrosoftSQLServer: false
MongoDB: true
MySQL: true
MongoDB: false
MySQL: false
PerconaXtraDB: false
PgBouncer: false
PgPool: false
Postgres: true
Postgres: false
ProxySQL: false
RabbitMQ: false
Redis: true
Redis: false
SingleStore: false
Solr: false
ZooKeeper: false
Loading

0 comments on commit 570bfc3

Please sign in to comment.