diff options
author | Profpatsch <mail@profpatsch.de> | 2024-12-13T19·08+0100 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2024-12-13T19·45+0000 |
commit | fe9692fabfcb21cd91e813ea7c63df53a51601b7 (patch) | |
tree | 12e2a3fad32d610a3b712dcb2f06ea65421b9b00 /users/Profpatsch | |
parent | 698bf7e19d424379756b40c39746bb132b3413fd (diff) |
feat(users/Profpatsch/jaeger): allow calling with arguments r/9002
Change-Id: I56ee1b5e0224779e62b428a5a23a2bce48e9f9ef Reviewed-on: https://cl.tvl.fyi/c/depot/+/12890 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch')
-rw-r--r-- | users/Profpatsch/jaeger.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/Profpatsch/jaeger.nix b/users/Profpatsch/jaeger.nix index 374e40df1ab8..51b814a565d8 100644 --- a/users/Profpatsch/jaeger.nix +++ b/users/Profpatsch/jaeger.nix @@ -41,6 +41,8 @@ let "-p" "4318:4318" "jaeger:1.49.0" + "jaeger-all-in-one" + "$@" ]; in runner |