Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 15, 2024
1 parent 7bdeaed commit 2897f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/kubedb-crd-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The following table lists the configurable parameters of the `kubedb-crd-manager
| serviceAccount.create | Specifies whether a service account should be created | <code>true</code> |
| serviceAccount.annotations | Annotations to add to the service account | <code>{}</code> |
| serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | <code></code> |
| featureGates.Cassandra | | <code>false</code> |
| featureGates.ClickHouse | | <code>false</code> |
| featureGates.Druid | | <code>false</code> |
| featureGates.Elasticsearch | | <code>false</code> |
Expand Down
1 change: 1 addition & 0 deletions charts/kubedb-crd-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ serviceAccount:
name:

featureGates:
Cassandra: false
ClickHouse: false
Druid: false
Elasticsearch: false
Expand Down

0 comments on commit 2897f73

Please sign in to comment.