[bitnami/spark] Update config path (#16127)

Signed-off-by: mauraza <gibone@vmware.com>
This commit is contained in:
Ibone González Mauraza
2023-04-19 16:24:27 +02:00
committed by GitHub
parent 93d30e8d19
commit fa162bd069
3 changed files with 3 additions and 3 deletions

View File

@@ -22,4 +22,4 @@ name: spark
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/spark
- https://spark.apache.org/
version: 6.4.3
version: 6.4.4

View File

@@ -178,7 +178,7 @@ spec:
volumeMounts:
{{- if .Values.master.existingConfigmap }}
- name: config
mountPath: /bitnami/spark/conf/
mountPath: /opt/bitnami/spark/conf/
{{- end }}
{{- if .Values.security.ssl.enabled }}
- name: shared-certs

View File

@@ -182,7 +182,7 @@ spec:
volumeMounts:
{{- if .Values.worker.existingConfigmap }}
- name: config
mountPath: '/bitnami/spark/conf/'
mountPath: '/opt/bitnami/spark/conf/'
{{- end }}
{{- if .Values.security.ssl.enabled }}
- name: shared-certs