Skip to content

Commit

Permalink
fix: driver path
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Oct 30, 2023
1 parent d02bb1a commit 8961801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/drill/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: drill
version: 1.2.7
version: 1.2.8
appVersion: 1.21.1
description: Helm Charts for deploying Apache Drill Clusters on Kubernetes
icon: https://raw.githubusercontent.com/wearefrank/charts/master/charts/drill/icon.svg
Expand Down
5 changes: 3 additions & 2 deletions charts/drill/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ spec:
- name: {{ template "drill.fullname" . }}-log
mountPath: /var/lib/drill/log
- name: {{ template "drill.fullname" . }}-data
mountPath: /opt/drill/jars/jdbc-driver
subPath: jdbc-driver
mountPath: /opt/drill/jars/3rdparty
subPath: 3rdparty
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
securityContext:
{{- toYaml .Values.securityContext | nindent 8 }}
Expand Down Expand Up @@ -142,6 +142,7 @@ spec:
volumeMounts:
- name: {{ template "drill.fullname" $ }}-data
mountPath: /downloads
subPath: 3rdparty
{{- end }}
- name: zookeeper-available
image: busybox
Expand Down

0 comments on commit 8961801

Please sign in to comment.