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

feat: prevent running duplicate restic jobs

parent 6fafc77d
Branches
No related tags found
No related merge requests found
Pipeline #2870 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: restic name: restic
description: Helm Chart for restic description: Helm Chart for restic
type: application type: application
version: 1.2.0 version: 1.3.0
appVersion: "0.13.1" appVersion: "0.13.1"
...@@ -5,6 +5,7 @@ metadata: ...@@ -5,6 +5,7 @@ metadata:
labels: labels:
{{- include "restic-helm.labels" . | nindent 4 }} {{- include "restic-helm.labels" . | nindent 4 }}
spec: spec:
concurrencyPolicy: Forbid
schedule: "{{ .Values.schedule }}" schedule: "{{ .Values.schedule }}"
jobTemplate: jobTemplate:
metadata: metadata:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment