diff --git a/chart/templates/cronjob-fediblock-sync.yaml b/chart/templates/cronjob-fediblock-sync.yaml index ed10c95..e3f87d1 100644 --- a/chart/templates/cronjob-fediblock-sync.yaml +++ b/chart/templates/cronjob-fediblock-sync.yaml @@ -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 }}