You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, you will also need to add that to the k6-loadtester secret 🙂 The vars property (based on looking at the chart) is only there to tell the deployment what variables should be taken from the secret.
So, basically, if you want to inject another environment variable into the webhook and the processes launched by it, you will need to declare the variable in the webhook.vars property and inside the secret for that webhook.
This feels at the very least like a bug in our documentation/comments around this 😕
Hi,
I'm using the latest chart version and the latest image.
I'm trying to output logs in JSON format using the env var, as described here https://grafana.com/docs/k6/latest/using-k6/k6-options/reference/#logformat
I'm using this code in the helm chart values :
But the logs are still in RAW format.
Am I missing something?
The text was updated successfully, but these errors were encountered: