fix: add Force sync option and sync wave for deployment replacement

This commit is contained in:
dvirlabs 2026-02-16 03:44:00 +02:00
parent 54acf90c6c
commit 09401911d3

View File

@ -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