diff --git a/test-framework/helm/property-settings-svc-v2/templates/configmap-sql-migrations.yaml b/test-framework/helm/property-settings-svc-v2/templates/configmap-sql-migrations.yaml index 6e98b89..7b8249b 100644 --- a/test-framework/helm/property-settings-svc-v2/templates/configmap-sql-migrations.yaml +++ b/test-framework/helm/property-settings-svc-v2/templates/configmap-sql-migrations.yaml @@ -6,6 +6,8 @@ metadata: labels: {{- include "property-settings-svc-v2-chart.labels" . | nindent 4 }} app.kubernetes.io/component: dbinit + annotations: + argocd.argoproj.io/sync-options: ServerSideApply=true binaryData: {{- range $path, $_ := .Files.Glob "sql/004_property_settings_db*.sql" }} {{ base $path }}: {{ $.Files.Get $path | b64enc | quote }}