From d9186f80cce4a7634b9c2e54416d74f90f3950a0 Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Wed, 11 Feb 2026 13:58:14 +0530 Subject: [PATCH] argocd cofig change --- hades/templates/configmap-sql-migrations.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hades/templates/configmap-sql-migrations.yaml b/hades/templates/configmap-sql-migrations.yaml index 4812300..d6045ab 100644 --- a/hades/templates/configmap-sql-migrations.yaml +++ b/hades/templates/configmap-sql-migrations.yaml @@ -6,6 +6,8 @@ metadata: labels: {{- include "hades.labels" . | nindent 4 }} app.kubernetes.io/component: dbinit + annotations: + argocd.argoproj.io/sync-options: ServerSideApply=true binaryData: {{- range $path, $_ := .Files.Glob "sql/004_*.sql" }} {{ base $path }}: {{ $.Files.Get $path | b64enc }}