yehoshuadimarsky commented on issue #15340:
URL: https://github.com/apache/airflow/issues/15340#issuecomment-971653848
> @yehoshuadimarsky
> Did you find the way to do this?
> I am also trying to implement the exact same thing and have been
struggling to get the issue fixed.
Yes! I finally got this to work: put this in your `values.yaml` override:
```
# per https://github.com/apache/airflow/pull/16291
# and https://github.com/apache/airflow/pull/16331
createUserJob:
jobAnnotations:
"argocd.argoproj.io/hook": Sync
"argocd.argoproj.io/sync-wave": "0"
"argocd.argoproj.io/hook-delete-policy":
BeforeHookCreation,HookSucceeded
migrateDatabaseJob:
jobAnnotations:
"argocd.argoproj.io/hook": Sync
"argocd.argoproj.io/sync-wave": "0"
"argocd.argoproj.io/hook-delete-policy":
BeforeHookCreation,HookSucceeded
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]