From 54acf90c6cf61fc8d901a5b1fd8b1423aa95fc02 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 16 Feb 2026 03:41:43 +0200 Subject: [PATCH] fix: add ArgoCD replace annotation for deployment selector change --- charts/open-meteo-service/templates/app-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/open-meteo-service/templates/app-deployment.yaml b/charts/open-meteo-service/templates/app-deployment.yaml index 36ac147..2ab4573 100644 --- a/charts/open-meteo-service/templates/app-deployment.yaml +++ b/charts/open-meteo-service/templates/app-deployment.yaml @@ -2,6 +2,8 @@ apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "open-meteo-service.fullname" . }} + annotations: + argocd.argoproj.io/sync-options: Replace=true labels: {{- include "open-meteo-service.labels" . | nindent 4 }} app.kubernetes.io/component: api