What Info is available inside KeptnTask? #386
agardnerIT
started this conversation in
General
Replies: 1 comment 1 reply
-
At the moment, it’s only the app name, workload name and the corresponding versions. Do you think we should only pass over the workload/app annotations and labels additionally or do you need more things there? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What information from a
Deployment
is available to access inside theKeptnTask
and how do I use it?Imagine I annotate my
Deployment
withfoo: bar
and want to notify an external tool to do something withbar
"things". For this I need access to theDeployment
annotations inside theKeptnTask
. Is this possible and if so, how?Beta Was this translation helpful? Give feedback.
All reactions