Skip to content

Commit

Permalink
fix: Qualify neo4j backup name with release name
Browse files Browse the repository at this point in the history
  • Loading branch information
rlch committed Apr 6, 2023
1 parent 6d52d9b commit 0419099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1
version: 0.1.2
appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/neo4j-backup/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: neo4j-backup
name: {{ .Release.Name }}-neo4j-backup
spec:
schedule: {{ default "0 3 * * *" .Values.backup.schedule }}
jobTemplate:
Expand Down

0 comments on commit 0419099

Please sign in to comment.