Skip to content

Commit

Permalink
fix: Cronjob restartPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gruhler committed Nov 26, 2024
1 parent 238c967 commit 98396ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
app.kubernetes.io/name: vault-snapshot
app.kubernetes.io/version: v0.1.0
spec:
restartPolicy: never
restartPolicy: Never
automountServiceAccountToken: true
serviceAccountName: vault-raft-snapshot
containers:
Expand Down

0 comments on commit 98396ed

Please sign in to comment.