Skip to content

Commit

Permalink
Enable featureGate for MsSQL
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 Mar 20, 2024
1 parent 3f03905 commit 9cdcb72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/kubedb-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
| featureGates.Singlestore | | <code>true</code> |
| featureGates.Solr | | <code>true</code> |
| featureGates.ZooKeeper | | <code>true</code> |
| featureGates.MsSQL | | <code>true</code> |
| psp.enabled | | <code>false</code> |
| psp.elasticsearch.allowPrivilegeEscalation | | <code>true</code> |
| psp.elasticsearch.privileged | | <code>true</code> |
Expand Down
1 change: 1 addition & 0 deletions charts/kubedb-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ featureGates:
Singlestore: true
Solr: true
ZooKeeper: true
MsSQL: true

psp:
enabled: false
Expand Down
1 change: 1 addition & 0 deletions charts/kubedb-webhook-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ The following table lists the configurable parameters of the `kubedb-webhook-ser
| featureGates.Singlestore | | <code>false</code> |
| featureGates.Solr | | <code>true</code> |
| featureGates.ZooKeeper | | <code>false</code> |
| featureGates.MsSQL | | <code>true</code> |
| imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace. <br> Example: <br> `helm template charts/kubedb-webhook-server \` <br> `--set imagePullSecrets[0].name=sec0 \` <br> `--set imagePullSecrets[1].name=sec1` | <code>[]</code> |
| imagePullPolicy | Container image pull policy | <code>IfNotPresent</code> |
| criticalAddon | If true, installs KubeDB webhook server as critical addon | <code>false</code> |
Expand Down
1 change: 1 addition & 0 deletions charts/kubedb-webhook-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ featureGates:
Singlestore: false
Solr: true
ZooKeeper: false
MsSQL: true

# Specify an array of imagePullSecrets.
# Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 9cdcb72

Please sign in to comment.