This message was deleted.
# support
s
This message was deleted.
y
@Prashant Shahi: Any idea around this?
p
In case of ArgoCD, you will need to use
Sync
hook in annotations for migrator job to work.
c
Thanks for your reply! Do you have any examples of how this is done?
p
@Chris McKeown you will need to upgrade to helm charts and set the following overrides:
Copy code
schemaMigrator:
  annotations:
    <http://argocd.argoproj.io/hook|argocd.argoproj.io/hook>: Sync
    <http://argocd.argoproj.io/hook-delete-policy|argocd.argoproj.io/hook-delete-policy>: BeforeHookCreation
c
This is great info! I’ll give this a try. Many thanks for your help!