feat(freshrss): add configuration to enable cron (#6)

This commit is contained in:
2023-02-05 15:10:49 +00:00
committed by GitHub
parent e2341daf14
commit 0e9277e4cb
3 changed files with 8 additions and 1 deletions

View File

@ -42,6 +42,10 @@ spec:
value: {{ .Values.freshrss.timezone }}
- name: FRESHRSS_ENV
value: {{ .Values.freshrss.freshEnv }}
{{- if .Values.freshrss.cron.enabled }}
- name: CRON_MIN
value: {{ .Values.freshrss.cron.cronMin }}
{{- end }}
{{- if .Values.freshrss.autoInstall.enabled }}
- name: FRESHRSS_INSTALL
value: |-