Skip to content

Commit

Permalink
fix: using a shorter name for the cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Feb 12, 2024
1 parent 79ed4cb commit 5ebae5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pg-db-backup-do-space/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: This chart is used to set up a job which saves the content of a Dig

type: application

version: 0.2.3
version: 0.3.0
appVersion: "0.1.1"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: "{{ .Release.Name }}-pg-db-backup-do-space"
name: "{{ or .Values.backup.name .Release.Name }}-backup"
spec:
schedule: {{ .Values.backup.schedule | quote }}
jobTemplate:
Expand Down

0 comments on commit 5ebae5c

Please sign in to comment.