Trigger a ScaledJob and pass it environment variables extracted from the HTTP trigger's metadata #1231
Unanswered
devopsmash
asked this question in
General
Replies: 1 comment 2 replies
-
Do you want to pass info from HTTP trigger's metadata or HTTP request, or both? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to trigger a ScaledJob and pass it environment variables extracted from the HTTP trigger's metadata?
I'm looking for a way to create a Kubernetes Job via the HTTP API. This Job should also run with custom environment variables that are extracted from the HTTP request.
Beta Was this translation helpful? Give feedback.
All reactions