Skip to content

Commit

Permalink
Replacing is ok, as long as nothing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Nov 19, 2024
1 parent a21d80a commit f522589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/templates/loculus-database-standin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Deployment
metadata:
name: loculus-database
annotations:
argocd.argoproj.io/sync-options: Replace={{ not .Values.runDevelopmentMainDatabaseWithPersistence }}
argocd.argoproj.io/sync-options: Replace=true
spec:
replicas: 1
selector:
Expand Down

0 comments on commit f522589

Please sign in to comment.