From 1bd572671be91aa5cf81aac1b3d8b9b2c29e8aed Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Sat, 21 Jan 2023 19:28:56 -0500 Subject: [PATCH] Update cronjob-fediblock-sync.yaml --- chart/templates/cronjob-fediblock-sync.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 }}