Skip to content

Commit

Permalink
Add cassandra; Add catalog permission to kubedb-ui-server (#1323)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob Kumar Saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Sep 26, 2024
1 parent 25866e9 commit 042bbdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/kubedb-ui-server/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rules:
- apiGroups:
- kubedb.com
- catalog.kubedb.com
- catalog.appscode.com
resources:
- "*"
verbs: ["get", "list", "watch"]
Expand Down
3 changes: 2 additions & 1 deletion charts/kubedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ The command removes all the Kubernetes components associated with the chart and

The following table lists the configurable parameters of the `kubedb` chart and their default values.

| Parameter | Description | Default |
| Parameter | Description | Default |
|-----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------|
| global.license | License for the product. Get a license by following the steps from [here](https://kubedb.com/docs/latest/setup/install/enterprise#get-a-trial-license). <br> Example: <br> `helm install appscode/kubedb \` <br> `--set-file global.license=/path/to/license/file` <br> `or` <br> `helm install appscode/kubedb \` <br> `--set global.license=<license file content>` | <code>""</code> |
| global.licenseSecretName | Name of Secret with the license as key.txt key | <code>""</code> |
| global.registry | Docker registry used to pull KubeDB related images | <code>""</code> |
| global.registryFQDN | Docker registry fqdn used to pull KubeDB related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>""</code> |
| global.insecureRegistries | Specify an array of insecure registries. <br> Example: <br> `helm template charts/kubedb-ops-manager \` <br> `--set global.insecureRegistries[0]=hub.company.com \` <br> `--set global.insecureRegistries[1]=reg.example.com` | <code>[]</code> |
| global.imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace. <br> Example: <br> `helm template charts/kubedb \` <br> `--set global.imagePullSecrets[0].name=sec0 \` <br> `--set global.imagePullSecrets[1].name=sec1` | <code>[]</code> |
| global.featureGates.Cassandra | | <code>false</code> |
| global.featureGates.ClickHouse | | <code>false</code> |
| global.featureGates.Druid | | <code>false</code> |
| global.featureGates.Elasticsearch | | <code>true</code> |
Expand Down
1 change: 1 addition & 0 deletions charts/kubedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ global:
imagePullSecrets: []

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

0 comments on commit 042bbdc

Please sign in to comment.