Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
ca011825d1
commit
f393a2cf04
|
@ -25,19 +25,19 @@ spec:
|
||||||
command:
|
command:
|
||||||
- fediblock
|
- fediblock
|
||||||
- -c
|
- -c
|
||||||
- {{ .Values.fediblockhole.conf_file_path }}{{ .Values.fediblockhole.conf_file_filename }}
|
- {{- include "fediblockhole.conf_file_path" . }}{{- include "fediblockhole.conf_file_filename" . }}
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: {{ include "fediblockhole.fullname" . }}-conf-toml
|
name: {{ include "fediblockhole.fullname" . }}-conf-toml
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: "{{ .Values.fediblockhole.conf_file_path }}"
|
mountPath: {{- "include fediblockhole.conf_file_path" . | quote }}
|
||||||
subPath: {{ .Values.fediblockhole.conf_file_filename }}
|
subPath: {{- include "fediblockhole.conf_file_filename" . }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
name: {{ include "fediblockhole.fullname" . }}-conf-toml
|
name: {{ include "fediblockhole.fullname" . }}-conf-toml
|
||||||
items:
|
items:
|
||||||
- key: "{{ .Values.fediblockhole.conf_file_filename }}"
|
- key: {{- include "fediblockhole.conf_file_filename" . | quote }}
|
||||||
path: "{{ .Values.fediblockhole.conf_file_filename }}"
|
path: {{- include "fediblockhole.conf_file_filename" . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue