Skip to content

Commit

Permalink
fix: Added ttl option with 16hrs default (#7)
Browse files Browse the repository at this point in the history
* fix: Added ttl option with 16hrs default

* chore: Bump chart version
  • Loading branch information
shubham030 authored May 8, 2023
1 parent 60ecd34 commit 09f09e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/neo4j-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: neo4j-backup
description: Backup Neo4J databases to GCS
type: application
version: 0.1.5
version: 0.1.6
appVersion: "1.0.0"
1 change: 1 addition & 0 deletions charts/neo4j-backup/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
schedule: {{ default "0 3 * * *" .Values.schedule }}
jobTemplate:
spec:
ttlSecondsAfterFinished: {{ default 57600 .Values.ttlSecondsAfterFinished }} # 16 hours by default
template:
spec:
initContainers:
Expand Down

0 comments on commit 09f09e9

Please sign in to comment.