Skip to content

Commit

Permalink
chore: recreate
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent 2a534ed commit 96f4602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,6 @@ spec:

resources:
{{- toYaml .Values.aggregation.resources | nindent 12 }}
strategy:
type: Recreate
{{ end }}
2 changes: 2 additions & 0 deletions deploy/cf-ledger-sync/templates/ledger-sync-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,5 @@ spec:
timeoutSeconds: 1
resources:
{{- toYaml .Values.resources | nindent 12 }}
strategy:
type: Recreate

0 comments on commit 96f4602

Please sign in to comment.