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