Skip to content
Snippets Groups Projects
Verified Commit ad94b4a4 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct schedule fields for seafile gc job

parent 87dc2b77
No related branches found
No related tags found
No related merge requests found
Pipeline #2945 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: seafile
description: Helm Chart for seafile
type: application
version: 0.1.6
version: 0.1.7
appVersion: "4d64355e"
......@@ -6,6 +6,8 @@ metadata:
{{- include "seafile-helm.labels" . | nindent 4 }}
spec:
concurrencyPolicy: Forbid
schedule: "{{ .Values.schedule }}"
suspend: {{ .Values.suspend }}
jobTemplate:
metadata:
{{- with .Values.jobAnnotations }}
......
......@@ -9,6 +9,9 @@ imagePullSecrets: [ ]
nameOverride: ""
fullnameOverride: ""
schedule: "0 0 * * *"
suspend: true
# use a proper random secret key here
# undefined by default to force you to choose one
# cookie_secret: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment