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

fix: correct args for seafile gc job

parent fabe6172
No related branches found
No related tags found
No related merge requests found
Pipeline #2947 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: seafile
description: Helm Chart for seafile
type: application
version: 0.1.8
version: 0.1.9
appVersion: "4d64355e"
......@@ -50,6 +50,8 @@ spec:
- "/conf"
- "-d"
- "/data"
- "-F"
- "/conf"
securityContext:
{{- toYaml .Values.securityContext | nindent 16 }}
image: "{{ .Values.image.repository }}:server-{{ .Values.image.tag | default .Chart.AppVersion }}"
......
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