From 42838731b9ecb294ca86c1131dc06305597c2440 Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Sat, 21 Jan 2023 21:58:11 -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 0d00df3..9196383 100644 --- a/chart/templates/cronjob-fediblock-sync.yaml +++ b/chart/templates/cronjob-fediblock-sync.yaml @@ -28,7 +28,7 @@ spec: - {{ .Values.fediblockhole.conf_file.path }}{{ .Values.fediblockhole.conf_file.filename }} envFrom: - configMapRef: - name: {{ include "fediblockhole.fullname" . }}-env + name: {{ include "fediblockhole.fullname" . }}-conf-toml - secretRef: name: {{ template "fediblockhole.secretName" . }} volumeMounts: