Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
a5da364145
commit
4051e26caa
|
@ -23,9 +23,9 @@ spec:
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
command:
|
command:
|
||||||
- fediblock
|
- 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