diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-10T13·11+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-10T19·31+0000 |
commit | 82a885a750cfe3bdf282a19a37f91842f374b24c (patch) | |
tree | 6a40e6f099a31bbffe386ddfbfa5ba621334df73 /ops/modules/tvl-buildkite.nix | |
parent | b1108821a9dbc617f02a4437c9300f5b0bdca479 (diff) |
refactor(ops): Use besadii configuration from agenix r/3198
We already checked this in, but this commit adds the configuration for making use of it. There are two copies of besadii's JSON configuration with different permissions. Note that the buildkite-graphql-token path needs to be updated in static-pipeline.yml, but this needs to happen in a separate commit after deploy because the pipeline will break otherwise. Change-Id: I6fab4bf1a2e679df7cf76521e2b53bd9dadbac62
Diffstat (limited to 'ops/modules/tvl-buildkite.nix')
-rw-r--r-- | ops/modules/tvl-buildkite.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/tvl-buildkite.nix b/ops/modules/tvl-buildkite.nix index 38709c3cda1b..f7d7223a037d 100644 --- a/ops/modules/tvl-buildkite.nix +++ b/ops/modules/tvl-buildkite.nix @@ -7,7 +7,7 @@ let description = "Buildkite agents for TVL"; besadiiWithConfig = name: pkgs.writeShellScript "besadii-whitby" '' - export BESADII_CONFIG=/etc/secrets/besadii.json + export BESADII_CONFIG=/run/agenix/buildkite-besadii-config exec -a ${name} ${depot.ops.besadii}/bin/besadii "$@" ''; |