Skip to content

Commit

Permalink
feat: add retention function - add values
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilexWong committed Jul 18, 2024
1 parent 686cf61 commit f42a3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/juno-node/templates/juno-data-backup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ spec:
name: {{ .Values.secret.data.targetName }}
key: r2_api_token
- name: RETENTION_LIMIT
value: {{ .Values.backupJunoDataJob.retensionLimit }}
value: {{ .Values.backupJunoDataJob.retentionLimit }}
- name: ACCOUNT_ID
value: "d1cc7d59ae8f8dc2b1aa530c41b5c6ec"
- name: BUCKET_NAME
Expand Down
1 change: 1 addition & 0 deletions charts/juno-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ backupJunoDataJob:
cleanupSchedule: "0 12 * * *"
network: "sepolia"
storageSize: 200Gi
retentionLimit: 10

secret:
feederGateway:
Expand Down

0 comments on commit f42a3df

Please sign in to comment.