Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
3eb8fe5e91
commit
afdb355bad
|
@ -25,7 +25,7 @@ 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" . -}}"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: {{ include "fediblockhole.conf_file_path" . | quote }}
|
mountPath: {{ include "fediblockhole.conf_file_path" . | quote }}
|
||||||
|
|
Loading…
Reference in New Issue