Skip to content

Commit

Permalink
Fixes to stacking cronjob to make sure things are saved correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Mar 22, 2024
1 parent b00844d commit 4715cdc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion helm-chart/banzai-floyds/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ spec:
args:
- banzai_floyds_stack_flats
- --site {{ .site }}
- --db-address=$(DB_ADDRESS)
- "--post-to-archive"
- "--post-to-opensearch"
- "--fpack"
- "--rlevel=91"
- "--db-address=$(DB_ADDRESS)"
- "--no-file-cache"
restartPolicy: Never
{{- end }}

0 comments on commit 4715cdc

Please sign in to comment.