Fix typo on common.properties (#15806)
This commit is contained in:
parent
200d23fc3e
commit
39274094f8
|
|
@ -32,7 +32,7 @@ data:
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
{{- 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
|
||||
- name: config-volume
|
||||
mountPath: /opt/dolphinscheduler/conf/common.properties
|
||||
subPath: common_properties
|
||||
subPath: common.properties
|
||||
{{- if .Values.api.taskTypeFilter.enabled }}
|
||||
- name: config-volume
|
||||
mountPath: /opt/dolphinscheduler/conf/task-type-config.yaml
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ spec:
|
|||
{{- include "dolphinscheduler.sharedStorage.volumeMount" . | nindent 12 }}
|
||||
- name: config-volume
|
||||
mountPath: /opt/dolphinscheduler/conf/common.properties
|
||||
subPath: common_properties
|
||||
subPath: common.properties
|
||||
{{- include "dolphinscheduler.etcd.ssl.volumeMount" . | nindent 12 }}
|
||||
volumes:
|
||||
- name: {{ include "dolphinscheduler.fullname" . }}-master
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ spec:
|
|||
name: {{ include "dolphinscheduler.fullname" . }}-worker-logs
|
||||
- name: config-volume
|
||||
mountPath: /opt/dolphinscheduler/conf/common.properties
|
||||
subPath: common_properties
|
||||
subPath: common.properties
|
||||
{{- include "dolphinscheduler.sharedStorage.volumeMount" . | nindent 12 }}
|
||||
{{- include "dolphinscheduler.fsFileResource.volumeMount" . | nindent 12 }}
|
||||
{{- include "dolphinscheduler.etcd.ssl.volumeMount" . | nindent 12 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue