Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
51b0332873
commit
1bd572671b
|
@ -31,4 +31,8 @@ spec:
|
||||||
name: {{ include "fediblockhole.fullname" . }}-env
|
name: {{ include "fediblockhole.fullname" . }}-env
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: {{ template "fediblockhole.secretName" . }}
|
name: {{ template "fediblockhole.secretName" . }}
|
||||||
|
volumeMounts:
|
||||||
|
- name: config
|
||||||
|
mountPath: "path/in/the/pod/where/to/mount/the/file"
|
||||||
|
subPath: file.conf
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue