Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
cec5d6e815
commit
f8ad543e2d
|
@ -31,7 +31,7 @@ spec:
|
||||||
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 }}
|
||||||
subPath: {{- include "fediblockhole.conf_file_filename" . }}
|
subPath: {{- include "fediblockhole.conf_file_filename" . }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
|
|
Loading…
Reference in New Issue