From a2f59f21d0fa20fc97cbbb0f445a0b7cae375ddd Mon Sep 17 00:00:00 2001 From: Rojin Ebrahimi Date: Fri, 13 Feb 2026 23:14:59 +0330 Subject: [PATCH] Remove argocd annotation from deployment --- deploy/helm/templates/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy/helm/templates/deployment.yaml b/deploy/helm/templates/deployment.yaml index a1656b5..a4bd339 100644 --- a/deploy/helm/templates/deployment.yaml +++ b/deploy/helm/templates/deployment.yaml @@ -2,8 +2,6 @@ apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "garage-webui.fullname" . }} - annotations: - argocd.argoproj.io/sync-wave: "3" labels: {{- include "garage-webui.labels" . | nindent 4 }} spec: