Update cronjob-fediblock-sync.yaml

This commit is contained in:
cunningpike 2023-01-21 19:28:56 -05:00 committed by GitHub
parent 51b0332873
commit 1bd572671b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -31,4 +31,8 @@ spec:
name: {{ include "fediblockhole.fullname" . }}-env
- secretRef:
name: {{ template "fediblockhole.secretName" . }}
volumeMounts:
- name: config
mountPath: "path/in/the/pod/where/to/mount/the/file"
subPath: file.conf
{{- end }}