Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
c86864d940
commit
f59295a28f
|
@ -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" . }}
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: {{ include "fediblockhole.fullname" . }}-conf-toml
|
name: {{ include "fediblockhole.fullname" . }}-conf-toml
|
||||||
|
|
Loading…
Reference in New Issue