Update cronjob-fediblock-sync.yaml

This commit is contained in:
cunningpike 2023-01-23 13:09:03 -05:00 committed by GitHub
parent a5da364145
commit 4051e26caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- fediblock
- 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