Skip to content

Commit 2e01ac8

Browse files
authored
Merge 1137a4e into 200d23f
2 parents 200d23f + 1137a4e commit 2e01ac8

5 files changed

+5
-5
lines changed

deploy/kubernetes/dolphinscheduler/templates/configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data:
3232
{{- end }}
3333
{{- end }}
3434
{{- end }}
35-
common_properties: |-
35+
common.properties: |-
3636
{{- if index .Values.conf "common" }}
3737
{{- range $key, $value := index .Values.conf "common" }}
3838
{{- if and $.Values.minio.enabled }}

deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-alert.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
name: {{ include "dolphinscheduler.fullname" . }}-alert
115115
- name: config-volume
116116
mountPath: /opt/dolphinscheduler/conf/common.properties
117-
subPath: common_properties
117+
subPath: common.properties
118118
volumes:
119119
- name: {{ include "dolphinscheduler.fullname" . }}-alert
120120
{{- if .Values.alert.persistentVolumeClaim.enabled }}

deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ spec:
115115
name: {{ include "dolphinscheduler.fullname" . }}-api
116116
- name: config-volume
117117
mountPath: /opt/dolphinscheduler/conf/common.properties
118-
subPath: common_properties
118+
subPath: common.properties
119119
{{- if .Values.api.taskTypeFilter.enabled }}
120120
- name: config-volume
121121
mountPath: /opt/dolphinscheduler/conf/task-type-config.yaml

deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-master.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112
{{- include "dolphinscheduler.sharedStorage.volumeMount" . | nindent 12 }}
113113
- name: config-volume
114114
mountPath: /opt/dolphinscheduler/conf/common.properties
115-
subPath: common_properties
115+
subPath: common.properties
116116
{{- include "dolphinscheduler.etcd.ssl.volumeMount" . | nindent 12 }}
117117
volumes:
118118
- name: {{ include "dolphinscheduler.fullname" . }}-master

deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ spec:
113113
name: {{ include "dolphinscheduler.fullname" . }}-worker-logs
114114
- name: config-volume
115115
mountPath: /opt/dolphinscheduler/conf/common.properties
116-
subPath: common_properties
116+
subPath: common.properties
117117
{{- include "dolphinscheduler.sharedStorage.volumeMount" . | nindent 12 }}
118118
{{- include "dolphinscheduler.fsFileResource.volumeMount" . | nindent 12 }}
119119
{{- include "dolphinscheduler.etcd.ssl.volumeMount" . | nindent 12 }}

0 commit comments

Comments
 (0)