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

feat: restic pre-install hook

parent 7f9dbb7c
No related branches found
No related tags found
Loading
Pipeline #2852 passed
......@@ -2,6 +2,10 @@ apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "restic-helm.fullname" . }}
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": hook-succeeded
labels:
{{- include "restic-helm.labels" . | nindent 4 }}
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