Update cronjob-fediblock-sync.yaml

This commit is contained in:
cunningpike 2023-01-21 19:20:16 -05:00 committed by GitHub
parent ceec807d92
commit 51b0332873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@ spec:
- name: {{ include "fediblockhole.fullname" . }}-sync
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
# command:
# - fediblock
# - -c
# - remove
command:
- fediblock
- -c
- {{ .Values.fediblockhole.conf_file }}
envFrom:
- configMapRef:
name: {{ include "fediblockhole.fullname" . }}-env