From f8ad543e2d4084e99424583d9dfcac579dc250c4 Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:04:40 -0500 Subject: [PATCH] Update cronjob-fediblock-sync.yaml --- chart/templates/cronjob-fediblock-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/cronjob-fediblock-sync.yaml b/chart/templates/cronjob-fediblock-sync.yaml index 8be3992..c01596c 100644 --- a/chart/templates/cronjob-fediblock-sync.yaml +++ b/chart/templates/cronjob-fediblock-sync.yaml @@ -31,7 +31,7 @@ spec: name: {{ include "fediblockhole.fullname" . }}-conf-toml volumeMounts: - name: config - mountPath: {{- "include fediblockhole.conf_file_path" . | quote }} + mountPath: {{- include "fediblockhole.conf_file_path" . | quote }} subPath: {{- include "fediblockhole.conf_file_filename" . }} volumes: - name: config