Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
93c163cfc2
commit
d957164c76
|
@ -53,7 +53,7 @@ spec:
|
||||||
{{- with .Values.fediblockhole.block_file }}
|
{{- with .Values.fediblockhole.block_file }}
|
||||||
- name: block
|
- name: block
|
||||||
configMap:
|
configMap:
|
||||||
name: {{ include "fediblockhole.fullname" . }}-block-csv
|
name: fediblockhole-block-csv
|
||||||
items:
|
items:
|
||||||
- key: {{ .filename | quote }}
|
- key: {{ .filename | quote }}
|
||||||
path: {{ .filename | quote }}
|
path: {{ .filename | quote }}
|
||||||
|
|
Loading…
Reference in New Issue