Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
5ea33252c7
commit
a98bce23d8
|
@ -26,9 +26,9 @@ spec:
|
||||||
- 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 }}
|
||||||
|
|
Loading…
Reference in New Issue