Skip to content

Commit

Permalink
enable duckdb plugin for cloudbeaver
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Feb 28, 2024
1 parent ff6a017 commit c9b95b0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/cloudbeaver-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.7
version: 1.3.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 3 additions & 0 deletions charts/cloudbeaver-chart/templates/configmap-cb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ data:
enabledAuthProviders: [
"local"
],
enabledDrivers: [
"generic:duckdb_jdbc"
],
disabledDrivers: [
"sqlite:sqlite_jdbc",
"h2:h2_embedded",
Expand Down
4 changes: 2 additions & 2 deletions charts/cloudbeaver-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ spec:

{{- if or .Values.discovery.postgres .Values.discovery.mariadb .Values.discovery.trino }}
- name: discovery-secret
mountPath: /opt/cloudbeaver/workspace/GlobalConfiguration/.dbeaver/data-sources.json
subPath: data-sources.json
mountPath: /opt/cloudbeaver/conf/initial-data-sources.conf
subPath: initial-data-sources.conf
{{- end }}

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudbeaver-chart/templates/secret-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
labels:
{{- include "library-chart.labels" . | nindent 4 }}
stringData:
data-sources.json: |-
initial-data-sources.conf: |-
{{- include "discovery.secret" . | nindent 4 }}
{{- end }}

0 comments on commit c9b95b0

Please sign in to comment.