Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
a17461aafc
commit
facb997fce
|
@ -25,19 +25,19 @@ spec:
|
||||||
command:
|
command:
|
||||||
- fediblock-sync
|
- fediblock-sync
|
||||||
- -c
|
- -c
|
||||||
- {{- include "fediblockhole.conf_file_path" . }}{{- include "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: {{- include "fediblockhole.conf_file_path" . | quote }}
|
mountPath: {{ include "fediblockhole.conf_file_path" . | quote }}
|
||||||
subPath: {{- include "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: {{- include "fediblockhole.conf_file_filename" . | quote }}
|
- key: {{ include "fediblockhole.conf_file_filename" . | quote }}
|
||||||
path: {{- include "fediblockhole.conf_file_filename" . | quote }}
|
path: {{ include "fediblockhole.conf_file_filename" . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue