Skip to content

Commit

Permalink
feat: add delta databases to configMap
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoKendo committed Aug 21, 2024
1 parent a4cabe3 commit 8100e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zesty/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.1.37
version: 0.1.38

# 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
1 change: 1 addition & 0 deletions charts/zesty/templates/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ data:
ORG_ID: "{{ .Values.orgID }}"
PATHS_DATABASE: "{{ .Values.persistence.mountPath }}/zesty.db"
PATHS_CHANGELOG: "{{ .Values.persistence.mountPath }}/changelog.parquet"
PATHS_DELTADATABASES: ["{{ .Values.persistence.mountPath }}/zestydelta-0.db", "{{ .Values.persistence.mountPath }}/zestydelta-1.db"]
{{- if .Values.prometheus.url }}
PROMETHEUS_SERVER_ENDPOINT: "{{ .Values.prometheus.url }}"
{{- end }}
Expand Down

0 comments on commit 8100e41

Please sign in to comment.