|
@@ -31,9 +31,14 @@ spec:
|
|
metadata:
|
|
metadata:
|
|
labels:
|
|
labels:
|
|
{{- include "dolphinscheduler.master.labels" . | nindent 8 }}
|
|
{{- include "dolphinscheduler.master.labels" . | nindent 8 }}
|
|
- {{- if .Values.master.annotations }}
|
|
|
|
|
|
+ {{- if or .Values.master.annotations .Values.conf.auto }}
|
|
annotations:
|
|
annotations:
|
|
|
|
+ {{- if .Values.conf.auto }}
|
|
|
|
+ checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
|
|
|
+ {{- end }}
|
|
|
|
+ {{- if .Values.master.annotations }}
|
|
{{- toYaml .Values.master.annotations | nindent 8 }}
|
|
{{- toYaml .Values.master.annotations | nindent 8 }}
|
|
|
|
+ {{- end }}
|
|
{{- end }}
|
|
{{- end }}
|
|
spec:
|
|
spec:
|
|
serviceAccountName: {{ template "dolphinscheduler.fullname" . }}
|
|
serviceAccountName: {{ template "dolphinscheduler.fullname" . }}
|