-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds custom annotations via env variables (#1442)
* test annotations * add configurable annotations * correct function name * make extra annotations update existing ones * correct logic for annotation flow * Add custom annotations for argo workflows * remove unused label/annotation parameters, clean up functions * add annotations to sensors * undo reformatting of _get_annotations * rework kubernetes labels support. Also support labels as a dict through decorator now * rework label precedence * label precedence fix for sensors * rename kube validator * refactor Kubernetes annotations to the kube decorator * clean up setting annotations in argo workflows --------- Co-authored-by: tylerpotts <tyler.potts@dtn.com> Co-authored-by: Sakari Ikonen <sakari.a.ikonen@gmail.com>
- Loading branch information
1 parent
ec8fd6c
commit f8861b8
Showing
6 changed files
with
193 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.