Skip to content

Commit

Permalink
Use featuregate.Feature = MSSQLServer
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Apr 22, 2024
1 parent 450cce6 commit 8489bf5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/kubedb-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
| featureGates.MariaDB | | <code>true</code> |
| featureGates.Memcached | | <code>true</code> |
| featureGates.MongoDB | | <code>true</code> |
| featureGates.MSSQL | | <code>true</code> |
| featureGates.MSSQLServer | | <code>true</code> |
| featureGates.MySQL | | <code>true</code> |
| featureGates.PerconaXtraDB | | <code>true</code> |
| featureGates.PgBouncer | | <code>true</code> |
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedb-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ featureGates:
MariaDB: true
Memcached: true
MongoDB: true
MSSQL: true
MSSQLServer: true
MySQL: true
PerconaXtraDB: true
PgBouncer: true
Expand Down Expand Up @@ -88,7 +88,7 @@ enableVersions:
Kafka: []
MariaDB: []
Memcached: []
MicrosoftSQLServer: []
MSSQL: []
MongoDB: []
MySQL: []
PerconaXtraDB: []
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-crd-manager/ci/ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ featureGates:
Kafka: true
MariaDB: true
Memcached: false
MicrosoftSQLServer: false
MSSQLServer: true
MongoDB: true
MySQL: true
PerconaXtraDB: false
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-webhook-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following table lists the configurable parameters of the `kubedb-webhook-ser
| featureGates.MariaDB | | <code>true</code> |
| featureGates.Memcached | | <code>false</code> |
| featureGates.MongoDB | | <code>true</code> |
| featureGates.MSSQL | | <code>true</code> |
| featureGates.MSSQLServer | | <code>true</code> |
| featureGates.MySQL | | <code>true</code> |
| featureGates.PerconaXtraDB | | <code>true</code> |
| featureGates.PgBouncer | | <code>true</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-webhook-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ featureGates:
MariaDB: true
Memcached: false
MongoDB: true
MSSQL: true
MSSQLServer: true
MySQL: true
PerconaXtraDB: true
PgBouncer: true
Expand Down

0 comments on commit 8489bf5

Please sign in to comment.