fix: add ArgoCD replace annotation for deployment selector change
This commit is contained in:
parent
645a316e5f
commit
54acf90c6c
@ -2,6 +2,8 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "open-meteo-service.fullname" . }}
|
name: {{ include "open-meteo-service.fullname" . }}
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-options: Replace=true
|
||||||
labels:
|
labels:
|
||||||
{{- include "open-meteo-service.labels" . | nindent 4 }}
|
{{- include "open-meteo-service.labels" . | nindent 4 }}
|
||||||
app.kubernetes.io/component: api
|
app.kubernetes.io/component: api
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user