-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query: Running files as part of webhook instead of embedded script #15
Comments
The webhook has to have access to the files. The solution I've thought of is to allow bundling scripts within config maps: #7. It's not done yet though because we are having good success with single files (even extremely large ones) |
Any idea if or timeline you are looking at to implement this? |
I'm not planning on implementing this soon. Reasons being:
Though, I am open to contributions on this if you'd like to open a PR |
i believe the easies way is to store "./test1.js" into an extra layer of the Containerfile. |
Hi
Just a query with regards to the current webhook, is it possible to run predefined js scripts as part of the webhook or is tis limited to running embedded script in the canary yaml?
Current k6 setup:
Main file below to import methods from other files (current example has 1 other file but can be expanded to include more)
second file test1.js
Not sure if this is a limitation on flagger, helm or is possible to be catered for in the webhook?
The text was updated successfully, but these errors were encountered: