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 }}"