mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/spark] Update config path (#16127)
Signed-off-by: mauraza <gibone@vmware.com>
This commit is contained in:
committed by
GitHub
parent
93d30e8d19
commit
fa162bd069
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user