@ -32,7 +32,7 @@ data:
{{- end }}
common_properties: |-
common.properties: |-
{{- if index .Values.conf "common" }}
{{- range $key, $value := index .Values.conf "common" }}
{{- if and $.Values.minio.enabled }}
@ -114,7 +114,7 @@ spec:
name: {{ include "dolphinscheduler.fullname" . }}-alert
- name: config-volume
mountPath: /opt/dolphinscheduler/conf/common.properties
subPath: common_properties
subPath: common.properties
volumes:
- name: {{ include "dolphinscheduler.fullname" . }}-alert
{{- if .Values.alert.persistentVolumeClaim.enabled }}
@ -115,7 +115,7 @@ spec:
name: {{ include "dolphinscheduler.fullname" . }}-api
{{- if .Values.api.taskTypeFilter.enabled }}
mountPath: /opt/dolphinscheduler/conf/task-type-config.yaml
@ -112,7 +112,7 @@ spec:
{{- include "dolphinscheduler.sharedStorage.volumeMount" . | nindent 12 }}
{{- include "dolphinscheduler.etcd.ssl.volumeMount" . | nindent 12 }}
- name: {{ include "dolphinscheduler.fullname" . }}-master
@ -113,7 +113,7 @@ spec:
name: {{ include "dolphinscheduler.fullname" . }}-worker-logs
{{- include "dolphinscheduler.fsFileResource.volumeMount" . | nindent 12 }}