Skip to content

Commit

Permalink
Update default database list (#818)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Jan 22, 2024
1 parent 841f107 commit 6b61c57
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions charts/kubedb-crd-manager/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
- run
- --v=3
{{- range $db, $enable := $featureGates }}
- --feature-gates={{ $db }}={{ $enable }}
{{- end }}
Expand Down
8 changes: 4 additions & 4 deletions charts/kubedb-one/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ The following table lists the configurable parameters of the `kubedb-one` chart
| global.featureGates.FerretDB | | <code>false</code> |
| global.featureGates.Kafka | | <code>true</code> |
| global.featureGates.MariaDB | | <code>true</code> |
| global.featureGates.Memcached | | <code>true</code> |
| global.featureGates.Memcached | | <code>false</code> |
| global.featureGates.MicrosoftSQLServer | | <code>false</code> |
| global.featureGates.MongoDB | | <code>true</code> |
| global.featureGates.MySQL | | <code>true</code> |
| global.featureGates.PerconaXtraDB | | <code>true</code> |
| global.featureGates.PgBouncer | | <code>true</code> |
| global.featureGates.PerconaXtraDB | | <code>false</code> |
| global.featureGates.PgBouncer | | <code>false</code> |
| global.featureGates.Pgpool | | <code>false</code> |
| global.featureGates.Postgres | | <code>true</code> |
| global.featureGates.ProxySQL | | <code>true</code> |
| global.featureGates.ProxySQL | | <code>false</code> |
| global.featureGates.RabbitMQ | | <code>false</code> |
| global.featureGates.Redis | | <code>true</code> |
| global.featureGates.Singlestore | | <code>false</code> |
Expand Down
8 changes: 4 additions & 4 deletions charts/kubedb-one/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions charts/kubedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ The following table lists the configurable parameters of the `kubedb` chart and
| global.featureGates.FerretDB | | <code>false</code> |
| global.featureGates.Kafka | | <code>true</code> |
| global.featureGates.MariaDB | | <code>true</code> |
| global.featureGates.Memcached | | <code>true</code> |
| global.featureGates.Memcached | | <code>false</code> |
| global.featureGates.MicrosoftSQLServer | | <code>false</code> |
| global.featureGates.MongoDB | | <code>true</code> |
| global.featureGates.MySQL | | <code>true</code> |
| global.featureGates.PerconaXtraDB | | <code>true</code> |
| global.featureGates.PgBouncer | | <code>true</code> |
| global.featureGates.PerconaXtraDB | | <code>false</code> |
| global.featureGates.PgBouncer | | <code>false</code> |
| global.featureGates.Pgpool | | <code>false</code> |
| global.featureGates.Postgres | | <code>true</code> |
| global.featureGates.ProxySQL | | <code>true</code> |
| global.featureGates.ProxySQL | | <code>false</code> |
| global.featureGates.RabbitMQ | | <code>false</code> |
| global.featureGates.Redis | | <code>true</code> |
| global.featureGates.Singlestore | | <code>false</code> |
| global.featureGates.Solr | | <code>true</code> |
| global.featureGates.Solr | | <code>false</code> |
| global.featureGates.ZooKeeper | | <code>false</code> |
| global.monitoring.agent | Name of monitoring agent (one of "prometheus.io", "prometheus.io/operator", "prometheus.io/builtin") | <code>""</code> |
| 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`. | <code>{"monitoring.appscode.com/prometheus":"auto"}</code> |
Expand Down
Loading

0 comments on commit 6b61c57

Please sign in to comment.