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

fix: correct fields for seafile gc job

parent ad94b4a4
No related branches found
No related tags found
Loading
Pipeline #2946 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: seafile name: seafile
description: Helm Chart for seafile description: Helm Chart for seafile
type: application type: application
version: 0.1.7 version: 0.1.8
appVersion: "4d64355e" appVersion: "4d64355e"
apiVersion: batch/v1 apiVersion: batch/v1
kind: CronJob kind: CronJob
metadata: metadata:
name: {{ include "seafile-helm.fullname" . }} name: {{ include "seafile-helm.fullname" . }}-gc
labels: labels:
{{- include "seafile-helm.labels" . | nindent 4 }} {{- include "seafile-helm.labels" . | nindent 4 }}
spec: spec:
......
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