fix: add Force sync option and sync wave for deployment replacement
This commit is contained in:
parent
54acf90c6c
commit
09401911d3
@ -3,7 +3,8 @@ kind: Deployment
|
||||
metadata:
|
||||
name: {{ include "open-meteo-service.fullname" . }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: Replace=true
|
||||
argocd.argoproj.io/sync-options: Replace=true,Force=true
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
labels:
|
||||
{{- include "open-meteo-service.labels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: api
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user