From e2d95aab4d50f3239c4bfcb30a012761055404de Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Mon, 23 Jan 2023 12:10:34 -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 1785c25..817af22 100644 --- a/chart/templates/cronjob-fediblock-sync.yaml +++ b/chart/templates/cronjob-fediblock-sync.yaml @@ -36,7 +36,7 @@ spec: volumes: - name: config configMap: - name: {{ include "fediblockhole.fullname" . }}-env + name: {{ include "fediblockhole.fullname" . }}-conf-toml items: - key: "{{ .Values.fediblockhole.conf_file.filename }}" path: "{{ .Values.fediblockhole.conf_file.filename }}"