From facb997fcec5c4593451d44cdb4633359b2b302c Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:25:11 -0500 Subject: [PATCH] Update cronjob-fediblock-sync.yaml --- chart/templates/cronjob-fediblock-sync.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/templates/cronjob-fediblock-sync.yaml b/chart/templates/cronjob-fediblock-sync.yaml index b1e1e4e..b3d6975 100644 --- a/chart/templates/cronjob-fediblock-sync.yaml +++ b/chart/templates/cronjob-fediblock-sync.yaml @@ -25,19 +25,19 @@ spec: command: - fediblock-sync - -c - - {{- include "fediblockhole.conf_file_path" . }}{{- include "fediblockhole.conf_file_filename" . }} + - {{ include "fediblockhole.conf_file_path" . }}{{ include "fediblockhole.conf_file_filename" . }} envFrom: - configMapRef: name: {{ include "fediblockhole.fullname" . }}-conf-toml volumeMounts: - name: config - mountPath: {{- include "fediblockhole.conf_file_path" . | quote }} - subPath: {{- include "fediblockhole.conf_file_filename" . }} + mountPath: {{ include "fediblockhole.conf_file_path" . | quote }} + subPath: {{ include "fediblockhole.conf_file_filename" . }} volumes: - name: config configMap: name: {{ include "fediblockhole.fullname" . }}-conf-toml items: - - key: {{- include "fediblockhole.conf_file_filename" . | quote }} - path: {{- include "fediblockhole.conf_file_filename" . | quote }} + - key: {{ include "fediblockhole.conf_file_filename" . | quote }} + path: {{ include "fediblockhole.conf_file_filename" . | quote }} {{- end }}